=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for fair-identd-20000201 cd /tmp/net/fair-identd/work/identd && gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -o identd identd.c identd.c: In function 'MakeItAllUp': identd.c:56:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(4); ^~~~ identd.c:56:3: warning: incompatible implicit declaration of built-in function 'exit' identd.c:56:3: note: include '' or provide a declaration of 'exit' identd.c: In function 'main': identd.c:72:22: warning: incompatible implicit declaration of built-in function 'exit' if (resplen <= 0) { exit(1); } ^~~~ identd.c:72:22: note: include '' or provide a declaration of 'exit' identd.c:76:19: warning: incompatible implicit declaration of built-in function 'exit' if (p == NULL) { exit(2); } ^~~~ identd.c:76:19: note: include '' or provide a declaration of 'exit' identd.c:84:3: warning: incompatible implicit declaration of built-in function 'exit' exit(3); ^~~~ identd.c:84:3: note: include '' or provide a declaration of 'exit' identd.c:107:2: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ identd.c:107:2: note: include '' or provide a declaration of 'exit'