aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/dpt/dpt_ctls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/dpt/dpt_ctls/Makefile')
-rw-r--r--usr.sbin/dpt/dpt_ctls/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/usr.sbin/dpt/dpt_ctls/Makefile b/usr.sbin/dpt/dpt_ctls/Makefile
deleted file mode 100644
index 7c2d150980cb..000000000000
--- a/usr.sbin/dpt/dpt_ctls/Makefile
+++ /dev/null
@@ -1,12 +0,0 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.1 1998/01/22 22:07:22 ShimonR Exp ShimonR $
-
-PROG= dpt_ctls
-SRCS= dpt_ctls.c
-
-CFLAGS+=-Wall -I../../../sys -I/usr/src/sys
-BINMODE=500
-BINOWN= root
-MAN8= dpt_ctls.8
-
-.include <bsd.prog.mk>