mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
10 lines
733 B
Text
10 lines
733 B
Text
--- Makefile.orig 2020-09-22 20:57:26 UTC
|
|
+++ Makefile
|
|
@@ -96,7 +96,6 @@ cbsd: pkg-config-check
|
|
${CC} misc/src/fmagic.c -lmagic -o misc/fmagic && ${STRIP} misc/fmagic
|
|
${CC} misc/src/conv2human.c -I/usr/local/include -I/usr/local/include/libelf -L/usr/local/lib -lelf -o misc/conv2human -lutil && ${STRIP} misc/conv2human
|
|
${CC} misc/src/cbsd_fwatch.c -o misc/cbsd_fwatch && ${STRIP} misc/cbsd_fwatch
|
|
- ${CC} misc/src/popcnttest.c -o misc/popcnttest -msse4.2 && ${STRIP} misc/popcnttest > /dev/null 2>&1 || /usr/bin/true
|
|
${CC} misc/src/cbsd_dot.c -o misc/cbsd_dot && ${STRIP} misc/cbsd_dot
|
|
${CC} misc/src/daemon.c -lutil -o misc/daemon && ${STRIP} misc/daemon
|
|
${CC} misc/src/resolv.c -o misc/resolv && ${STRIP} misc/resolv
|