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 +CFLAGS+= -I${.CURDIR}/../fdread +WARNS?= 2 MAN= fdcontrol.8 -WARNS?= 2 -CFLAGS+= -I${.CURDIR}/../fdread -static - .include