=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> 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:39:7: warning: implicitly declaring library function 'strncmp' with type 'int (const char *, const char *, unsigned int)' if (strncmp (argv[0], "-d", 2) == 0) ^ tstest.c:39:7: note: please include the header or explicitly provide a declaration for 'strncmp' tstest.c:63:12: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' else if (strcmp (argv[0], "-s") == 0) ^ tstest.c:63:12: note: please include the header or explicitly provide a declaration for 'strcmp' tstest.c:75:4: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' exit (1); ^ tstest.c:75:4: note: please include the header or explicitly provide a declaration for 'exit' 3 warnings generated. rm -f tstest cc -o tstest tstest.o -O -Wl,-R/usr/pkg/lib -L/usr/pkg/lib ./libtokenscan.a => Unwrapping files-to-be-installed.