diff options
author | Bruce Evans <bde@FreeBSD.org> | 2004-02-26 06:33:18 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 2004-02-26 06:33:18 +0000 |
commit | 487fc28686e46780cb0c835c170cd668fb5010df (patch) | |
tree | 0f8c7e4f14e7e58954f2112da9e3c53311a598bb /usr.sbin/fdcontrol | |
parent | 25a4adcec4fbbe1b0686712771fdd8ab6bd3d7a0 (diff) | |
download | src-test2-487fc28686e46780cb0c835c170cd668fb5010df.tar.gz src-test2-487fc28686e46780cb0c835c170cd668fb5010df.zip |
Notes
Diffstat (limited to 'usr.sbin/fdcontrol')
-rw-r--r-- | usr.sbin/fdcontrol/Makefile | 5 |
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> |