summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fwcontrol
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2003-04-30 03:39:25 +0000
committersimokawa <simokawa@FreeBSD.org>2003-04-30 03:39:25 +0000
commit4d21db10c6c0d543ab3505e32c0e2b6172e7940b (patch)
tree2a815c06579334a07a35ae5b5f2fd0e0d22ff095 /usr.sbin/fwcontrol
parent8ac078ac22dad1fdce888c1d0b4349b23709d191 (diff)
downloadFreeBSD-src-4d21db10c6c0d543ab3505e32c0e2b6172e7940b.zip
FreeBSD-src-4d21db10c6c0d543ab3505e32c0e2b6172e7940b.tar.gz
Set include path.
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 60a6ccb..54c24c1 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>
OpenPOWER on IntegriCloud