summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-07-20 14:59:15 +0000
committerbde <bde@FreeBSD.org>2001-07-20 14:59:15 +0000
commitdf6d0e0f5f58f88cf111dc596936f7e38b21b2c4 (patch)
tree07b2dbfb3f8a701af3b249796919cb3d0cbeae34
parentbff07c488dbd27d6a555b726f81e6358ee4708ff (diff)
downloadFreeBSD-src-df6d0e0f5f58f88cf111dc596936f7e38b21b2c4.zip
FreeBSD-src-df6d0e0f5f58f88cf111dc596936f7e38b21b2c4.tar.gz
Removed CSRG ids. CSRG never had anything to do with dpt.
Don't set BINMODE to 500. This is not a setuid program. Note: the dpt utilities have never been attached to the world and haven't been compilable for a year or two.
-rw-r--r--usr.sbin/dpt/dpt_ctlinfo/Makefile4
-rw-r--r--usr.sbin/dpt/dpt_ctls/Makefile4
-rw-r--r--usr.sbin/dpt/dpt_dm/Makefile4
-rw-r--r--usr.sbin/dpt/dpt_led/Makefile4
-rw-r--r--usr.sbin/dpt/dpt_sig/Makefile4
-rw-r--r--usr.sbin/dpt/dpt_softc/Makefile4
-rw-r--r--usr.sbin/dpt/dpt_sysinfo/Makefile4
7 files changed, 0 insertions, 28 deletions
diff --git a/usr.sbin/dpt/dpt_ctlinfo/Makefile b/usr.sbin/dpt/dpt_ctlinfo/Makefile
index b82a6c0..5e280b6 100644
--- a/usr.sbin/dpt/dpt_ctlinfo/Makefile
+++ b/usr.sbin/dpt/dpt_ctlinfo/Makefile
@@ -1,11 +1,7 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dpt_ctlinfo
MAN= dpt_ctlinfo.8
-
-BINMODE= 500
-
CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_ctls/Makefile b/usr.sbin/dpt/dpt_ctls/Makefile
index 82b9161..d7db754 100644
--- a/usr.sbin/dpt/dpt_ctls/Makefile
+++ b/usr.sbin/dpt/dpt_ctls/Makefile
@@ -1,11 +1,7 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dpt_ctls
MAN= dpt_ctls.8
-
-BINMODE= 500
-
CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_dm/Makefile b/usr.sbin/dpt/dpt_dm/Makefile
index 05a698a..e9f5133 100644
--- a/usr.sbin/dpt/dpt_dm/Makefile
+++ b/usr.sbin/dpt/dpt_dm/Makefile
@@ -1,11 +1,7 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dpt_dm
MAN= dpt_dm.8
-
-BINMODE= 500
-
CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_led/Makefile b/usr.sbin/dpt/dpt_led/Makefile
index 7d4f39c..0f116fc 100644
--- a/usr.sbin/dpt/dpt_led/Makefile
+++ b/usr.sbin/dpt/dpt_led/Makefile
@@ -1,11 +1,7 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dpt_led
MAN= dpt_led.8
-
-BINMODE= 500
-
CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_sig/Makefile b/usr.sbin/dpt/dpt_sig/Makefile
index e36635b..28b090b 100644
--- a/usr.sbin/dpt/dpt_sig/Makefile
+++ b/usr.sbin/dpt/dpt_sig/Makefile
@@ -1,11 +1,7 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dpt_sig
MAN= dpt_sig.8
-
-BINMODE= 500
-
CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_softc/Makefile b/usr.sbin/dpt/dpt_softc/Makefile
index 279e01a..8038a51 100644
--- a/usr.sbin/dpt/dpt_softc/Makefile
+++ b/usr.sbin/dpt/dpt_softc/Makefile
@@ -1,11 +1,7 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dpt_softc
MAN= dpt_softc.8
-
-BINMODE= 500
-
CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_sysinfo/Makefile b/usr.sbin/dpt/dpt_sysinfo/Makefile
index 4747fd0..bec08e1 100644
--- a/usr.sbin/dpt/dpt_sysinfo/Makefile
+++ b/usr.sbin/dpt/dpt_sysinfo/Makefile
@@ -1,11 +1,7 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
PROG= dpt_sysinfo
MAN= dpt_sysinfo.8
-
-BINMODE= 500
-
CFLAGS+= -I${.CURDIR}/../../../sys
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud