summaryrefslogtreecommitdiff
path: root/usr.sbin/fdcontrol
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2004-02-26 06:33:18 +0000
committerBruce Evans <bde@FreeBSD.org>2004-02-26 06:33:18 +0000
commit487fc28686e46780cb0c835c170cd668fb5010df (patch)
tree0f8c7e4f14e7e58954f2112da9e3c53311a598bb /usr.sbin/fdcontrol
parent25a4adcec4fbbe1b0686712771fdd8ab6bd3d7a0 (diff)
downloadsrc-test2-487fc28686e46780cb0c835c170cd668fb5010df.tar.gz
src-test2-487fc28686e46780cb0c835c170cd668fb5010df.zip
Notes
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 be67b664e7ca..a203ef9958bf 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>