+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libts-1.08/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/libts-1.08/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for libts-1.08
rm -f tokenscan.o
cc -c -O   -I. -I/usr/pkg/include -DSYSV   tokenscan.c
rm -f libtokenscan.a
ar clq libtokenscan.a tokenscan.o
rm -f tstest.o
cc -c -O   -I. -I/usr/pkg/include -DSYSV   tstest.c
tstest.c: In function 'main':
tstest.c:39:7: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration]
   if (strncmp (argv[0], "-d", 2) == 0)
       ^~~~~~~
tstest.c:63:12: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
   else if (strcmp (argv[0], "-s") == 0)
            ^~~~~~
tstest.c:75:4: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
    exit (1);
    ^~~~
tstest.c:75:4: warning: incompatible implicit declaration of built-in function 'exit'
tstest.c:75:4: note: include '<stdlib.h>' or provide a declaration of 'exit'
tstest.c:14:1:
+#include <stdlib.h>
 
tstest.c:75:4:
    exit (1);
    ^~~~
tstest.c:85:4: warning: incompatible implicit declaration of built-in function 'exit'
    exit (1);
    ^~~~
tstest.c:85:4: note: include '<stdlib.h>' or provide a declaration of 'exit'
tstest.c:91:3: warning: incompatible implicit declaration of built-in function 'exit'
   exit (1);
   ^~~~
tstest.c:91:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
tstest.c:117:2: warning: incompatible implicit declaration of built-in function 'exit'
  exit (0);
  ^~~~
tstest.c:117:2: note: include '<stdlib.h>' or provide a declaration of 'exit'
rm -f tstest
cc -o tstest tstest.o -O  			-Wl,-zrelro -Wl,-R/usr/pkg/lib  -L/usr/pkg/lib ./libtokenscan.a