summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dpt
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-09-19 22:42:14 +0000
committerobrien <obrien@FreeBSD.org>1998-09-19 22:42:14 +0000
commit0337d32241d1e13ea8c89f393dcbebbee887d4a6 (patch)
tree12e0435ebc09524ec74f859d972e8848669e0720 /usr.sbin/dpt
parent18dba2fe217665c3bdc50fb3b3a724645d1e7196 (diff)
downloadFreeBSD-src-0337d32241d1e13ea8c89f393dcbebbee887d4a6.zip
FreeBSD-src-0337d32241d1e13ea8c89f393dcbebbee887d4a6.tar.gz
Remove useless `BINOWN=root' now that it is the default.
Diffstat (limited to 'usr.sbin/dpt')
-rw-r--r--usr.sbin/dpt/dpt_ctlinfo/Makefile2
-rw-r--r--usr.sbin/dpt/dpt_ctls/Makefile3
-rw-r--r--usr.sbin/dpt/dpt_dm/Makefile3
-rw-r--r--usr.sbin/dpt/dpt_led/Makefile3
-rw-r--r--usr.sbin/dpt/dpt_sig/Makefile3
-rw-r--r--usr.sbin/dpt/dpt_softc/Makefile3
-rw-r--r--usr.sbin/dpt/dpt_sysinfo/Makefile3
7 files changed, 7 insertions, 13 deletions
diff --git a/usr.sbin/dpt/dpt_ctlinfo/Makefile b/usr.sbin/dpt/dpt_ctlinfo/Makefile
index 222b62e..4f9c4c8 100644
--- a/usr.sbin/dpt/dpt_ctlinfo/Makefile
+++ b/usr.sbin/dpt/dpt_ctlinfo/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.2 1998/08/06 21:19:09 eivind Exp $
+# $Id: Makefile,v 1.3 1998/09/19 22:42:06 obrien Exp $
PROG= dpt_ctlinfo
SRCS= dpt_ctlinfo.c
diff --git a/usr.sbin/dpt/dpt_ctls/Makefile b/usr.sbin/dpt/dpt_ctls/Makefile
index c1357fc..aa092a1 100644
--- a/usr.sbin/dpt/dpt_ctls/Makefile
+++ b/usr.sbin/dpt/dpt_ctls/Makefile
@@ -1,12 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.1 1998/01/26 06:20:38 julian Exp $
+# $Id: Makefile,v 1.2 1998/08/06 21:19:10 eivind Exp $
PROG= dpt_ctls
SRCS= dpt_ctls.c
CFLAGS+=-Wall -I${.CURDIR}/../../../sys
BINMODE=500
-BINOWN= root
MAN8= dpt_ctls.8
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_dm/Makefile b/usr.sbin/dpt/dpt_dm/Makefile
index 8c37370..547511c 100644
--- a/usr.sbin/dpt/dpt_dm/Makefile
+++ b/usr.sbin/dpt/dpt_dm/Makefile
@@ -1,12 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.1 1998/01/26 06:20:40 julian Exp $
+# $Id: Makefile,v 1.2 1998/08/06 21:19:10 eivind Exp $
PROG= dpt_dm
SRCS= dpt_dm.c
CFLAGS+=-Wall -I${.CURDIR}/../../../sys
BINMODE=500
-BINOWN= root
MAN8= dpt_dm.8
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_led/Makefile b/usr.sbin/dpt/dpt_led/Makefile
index 484fcbd..0f8bd24 100644
--- a/usr.sbin/dpt/dpt_led/Makefile
+++ b/usr.sbin/dpt/dpt_led/Makefile
@@ -1,12 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.1 1998/01/26 06:26:40 julian Exp $
+# $Id: Makefile,v 1.2 1998/08/06 21:19:10 eivind Exp $
PROG= dpt_led
SRCS= dpt_led.c
CFLAGS+=-Wall -I${.CURDIR}/../../../sys
BINMODE=500
-BINOWN= root
MAN8= dpt_led.8
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_sig/Makefile b/usr.sbin/dpt/dpt_sig/Makefile
index 33bc6da..2ed62f9 100644
--- a/usr.sbin/dpt/dpt_sig/Makefile
+++ b/usr.sbin/dpt/dpt_sig/Makefile
@@ -1,12 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.1 1998/01/26 06:20:44 julian Exp $
+# $Id: Makefile,v 1.2 1998/08/06 21:19:10 eivind Exp $
PROG= dpt_sig
SRCS= dpt_sig.c
CFLAGS+=-Wall -I${.CURDIR}/../../../sys
BINMODE=500
-BINOWN= root
MAN8= dpt_sig.8
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_softc/Makefile b/usr.sbin/dpt/dpt_softc/Makefile
index 4adddcd..ad6483a 100644
--- a/usr.sbin/dpt/dpt_softc/Makefile
+++ b/usr.sbin/dpt/dpt_softc/Makefile
@@ -1,12 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.1 1998/01/26 06:20:46 julian Exp $
+# $Id: Makefile,v 1.2 1998/08/06 21:19:11 eivind Exp $
PROG= dpt_softc
SRCS= dpt_softc.c
CFLAGS+=-Wall -I${.CURDIR}/../../../sys
BINMODE=500
-BINOWN= root
MAN8= dpt_softc.8
.include <bsd.prog.mk>
diff --git a/usr.sbin/dpt/dpt_sysinfo/Makefile b/usr.sbin/dpt/dpt_sysinfo/Makefile
index 03c3578..51eba46 100644
--- a/usr.sbin/dpt/dpt_sysinfo/Makefile
+++ b/usr.sbin/dpt/dpt_sysinfo/Makefile
@@ -1,12 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.1 1998/01/26 06:20:47 julian Exp $
+# $Id: Makefile,v 1.2 1998/08/06 21:19:11 eivind Exp $
PROG= dpt_sysinfo
SRCS= dpt_sysinfo.c
CFLAGS+=-Wall -I${.CURDIR}/../../../sys
BINMODE=500
-BINOWN= root
MAN8= dpt_sysinfo.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud