summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fwcontrol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fwcontrol/Makefile')
-rw-r--r--usr.sbin/fwcontrol/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/fwcontrol/Makefile b/usr.sbin/fwcontrol/Makefile
new file mode 100644
index 0000000..10320d2
--- /dev/null
+++ b/usr.sbin/fwcontrol/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PROG= fwcontrol
+SRCS= fwcontrol.c fwcrom.c fwdv.c fwmpegts.c
+MAN= fwcontrol.8
+WARNS?= 3
+
+.PATH: ${.CURDIR}/../../sys/dev/firewire
+
+SDIR= ${.CURDIR}/../../sys
+CFLAGS+=-I${.CURDIR} -I${SDIR}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud