summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdcontrol
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-02-26 06:33:18 +0000
committerbde <bde@FreeBSD.org>2004-02-26 06:33:18 +0000
commitaa2ff441f57e24f530f2f5196457cb11bf9d44c9 (patch)
tree0f8c7e4f14e7e58954f2112da9e3c53311a598bb /usr.sbin/fdcontrol
parentd937176b3481cd970c24fba3eddbe098a1fe564f (diff)
downloadFreeBSD-src-aa2ff441f57e24f530f2f5196457cb11bf9d44c9.zip
FreeBSD-src-aa2ff441f57e24f530f2f5196457cb11bf9d44c9.tar.gz
Backed out previous commit (bogus addition of -static to CFLAGS).
Sorted macros (in build order).
Diffstat (limited to 'usr.sbin/fdcontrol')
-rw-r--r--usr.sbin/fdcontrol/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/fdcontrol/Makefile b/usr.sbin/fdcontrol/Makefile
index be67b66..a203ef9 100644
--- a/usr.sbin/fdcontrol/Makefile
+++ b/usr.sbin/fdcontrol/Makefile
@@ -4,9 +4,8 @@
PROG= fdcontrol
SRCS= fdcontrol.c fdutil.c
-MAN= fdcontrol.8
-
+CFLAGS+= -I${.CURDIR}/../fdread
WARNS?= 2
-CFLAGS+= -I${.CURDIR}/../fdread -static
+MAN= fdcontrol.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud