summaryrefslogtreecommitdiff
path: root/usr.sbin/fwcontrol
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-04-30 03:39:25 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>2003-04-30 03:39:25 +0000
commit6f9c571fe33252338cfbec0ce22ac951fdf80c26 (patch)
tree2a815c06579334a07a35ae5b5f2fd0e0d22ff095 /usr.sbin/fwcontrol
parent5193feb69e159ee236e4593db5b1b8d1351deeb4 (diff)
downloadsrc-test2-6f9c571fe33252338cfbec0ce22ac951fdf80c26.tar.gz
src-test2-6f9c571fe33252338cfbec0ce22ac951fdf80c26.zip
Notes
Diffstat (limited to 'usr.sbin/fwcontrol')
-rw-r--r--usr.sbin/fwcontrol/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/fwcontrol/Makefile b/usr.sbin/fwcontrol/Makefile
index 60a6ccb68fe3..54c24c1f4481 100644
--- a/usr.sbin/fwcontrol/Makefile
+++ b/usr.sbin/fwcontrol/Makefile
@@ -6,4 +6,7 @@ MAN= fwcontrol.8
.PATH: ${.CURDIR}/../../sys/dev/firewire
+SDIR= ${.CURDIR}/../../sys
+CFLAGS+=-I${.CURDIR} -I${SDIR}
+
.include <bsd.prog.mk>