summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdcontrol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fdcontrol/Makefile')
-rw-r--r--usr.sbin/fdcontrol/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/fdcontrol/Makefile b/usr.sbin/fdcontrol/Makefile
index ec411d7a..38f9a1e 100644
--- a/usr.sbin/fdcontrol/Makefile
+++ b/usr.sbin/fdcontrol/Makefile
@@ -1,8 +1,12 @@
# $FreeBSD$
+.PATH: ${.CURDIR}/../fdread
+
PROG= fdcontrol
+SRCS= fdcontrol.c fdutil.c
MAN= fdcontrol.8
WARNS?= 2
+CFLAGS+= -I${.CURDIR}/../fdread
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud