summaryrefslogtreecommitdiffstats
path: root/usr.sbin/raycontrol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/raycontrol/Makefile')
-rw-r--r--usr.sbin/raycontrol/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/raycontrol/Makefile b/usr.sbin/raycontrol/Makefile
new file mode 100644
index 0000000..8fd1eef
--- /dev/null
+++ b/usr.sbin/raycontrol/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+PROG= raycontrol
+SRCS= raycontrol.c
+
+MAN8= raycontrol.8
+
+CFLAGS+=-I${.CURDIR}/../../sys
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud