summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dpt/dpt_led/Makefile
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-01-26 06:26:41 +0000
committerjulian <julian@FreeBSD.org>1998-01-26 06:26:41 +0000
commitd7f7b1e67036c87530b8a1b6fcfce10a2d6669b3 (patch)
tree45f5c55fefe53899a81126714e51bf0e6e22b17b /usr.sbin/dpt/dpt_led/Makefile
parentc9bbca52f223e86d74e01847ff139b261c26e43e (diff)
downloadFreeBSD-src-d7f7b1e67036c87530b8a1b6fcfce10a2d6669b3.zip
FreeBSD-src-d7f7b1e67036c87530b8a1b6fcfce10a2d6669b3.tar.gz
A bit of the dpt userland utilities that got left out.
Diffstat (limited to 'usr.sbin/dpt/dpt_led/Makefile')
-rw-r--r--usr.sbin/dpt/dpt_led/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/dpt/dpt_led/Makefile b/usr.sbin/dpt/dpt_led/Makefile
new file mode 100644
index 0000000..43a2c2a
--- /dev/null
+++ b/usr.sbin/dpt/dpt_led/Makefile
@@ -0,0 +1,12 @@
+# @(#)Makefile 8.1 (Berkeley) 5/31/93
+# $Id: Makefile,v 1.1 1998/01/23 02:45:53 ShimonR Exp ShimonR $
+
+PROG= dpt_led
+SRCS= dpt_led.c
+
+CFLAGS+=-Wall -I../../../sys -I/usr/src/sys
+BINMODE=500
+BINOWN= root
+MAN8= dpt_led.8
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud