summaryrefslogtreecommitdiffstats
path: root/usr.sbin
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
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')
-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
-rw-r--r--usr.sbin/lpr/lpq/Makefile3
-rw-r--r--usr.sbin/lpr/lpr/Makefile3
-rw-r--r--usr.sbin/lpr/lprm/Makefile3
-rw-r--r--usr.sbin/moused/Makefile1
-rw-r--r--usr.sbin/mrouted/mrinfo/Makefile3
-rw-r--r--usr.sbin/mrouted/mtrace/Makefile3
-rw-r--r--usr.sbin/newsyslog/Makefile4
-rw-r--r--usr.sbin/ppp/Makefile3
-rw-r--r--usr.sbin/pppd/Makefile3
-rw-r--r--usr.sbin/pw/Makefile3
-rw-r--r--usr.sbin/sendmail/Makefile1
-rw-r--r--usr.sbin/sliplogin/Makefile1
-rw-r--r--usr.sbin/timed/timedc/Makefile1
-rw-r--r--usr.sbin/traceroute/Makefile3
21 files changed, 17 insertions, 38 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>
diff --git a/usr.sbin/lpr/lpq/Makefile b/usr.sbin/lpr/lpq/Makefile
index 7668499..d89ed439 100644
--- a/usr.sbin/lpr/lpq/Makefile
+++ b/usr.sbin/lpr/lpq/Makefile
@@ -1,12 +1,11 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.4 1997/12/16 17:53:28 bde Exp $
+# $Id: Makefile,v 1.5 1998/03/07 09:48:02 bde Exp $
PROG= lpq
CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS}
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
-BINOWN= root
BINGRP= daemon
BINMODE=6555
BINDIR= /usr/bin
diff --git a/usr.sbin/lpr/lpr/Makefile b/usr.sbin/lpr/lpr/Makefile
index dc32d51..e3c0546 100644
--- a/usr.sbin/lpr/lpr/Makefile
+++ b/usr.sbin/lpr/lpr/Makefile
@@ -1,9 +1,8 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.5 1998/02/04 15:59:10 wollman Exp $
+# $Id: Makefile,v 1.6 1998/03/07 09:48:07 bde Exp $
PROG= lpr
CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS}
-BINOWN= root
BINGRP= daemon
BINMODE=6555
BINDIR= /usr/bin
diff --git a/usr.sbin/lpr/lprm/Makefile b/usr.sbin/lpr/lprm/Makefile
index 9e26d7c..1d1d491 100644
--- a/usr.sbin/lpr/lprm/Makefile
+++ b/usr.sbin/lpr/lprm/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id: Makefile,v 1.5 1997/12/17 19:38:33 wollman Exp $
+# $Id: Makefile,v 1.6 1998/03/07 09:48:09 bde Exp $
PROG= lprm
CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS}
@@ -7,7 +7,6 @@ CFLAGS+=-I${.CURDIR}/../common_source ${CWARNFLAGS}
DPADD= ${LIBLPR}
LDADD= ${LIBLPR}
-BINOWN= root
BINGRP= daemon
BINMODE=6555
BINDIR= /usr/bin
diff --git a/usr.sbin/moused/Makefile b/usr.sbin/moused/Makefile
index fa1371f..1c45d5e 100644
--- a/usr.sbin/moused/Makefile
+++ b/usr.sbin/moused/Makefile
@@ -2,7 +2,6 @@ PROG= moused
SRCS= moused.c
MAN8= moused.8
-#BINOWN= root
#BINMODE=4555
#INSTALLFLAGS=-fschg
diff --git a/usr.sbin/mrouted/mrinfo/Makefile b/usr.sbin/mrouted/mrinfo/Makefile
index 0c4d3fc..59d8c3f 100644
--- a/usr.sbin/mrouted/mrinfo/Makefile
+++ b/usr.sbin/mrouted/mrinfo/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 1997/12/17 15:11:43 bde Exp $
+# $Id: Makefile,v 1.9 1998/03/07 09:49:06 bde Exp $
PROG= mrinfo
@@ -9,7 +9,6 @@ DPADD= ${LIBMROUTED}
LDADD= ${LIBMROUTED}
MAN8= mrinfo.8
-BINOWN= root
BINMODE=4555
.include <bsd.prog.mk>
diff --git a/usr.sbin/mrouted/mtrace/Makefile b/usr.sbin/mrouted/mtrace/Makefile
index c1eae50..c292510 100644
--- a/usr.sbin/mrouted/mtrace/Makefile
+++ b/usr.sbin/mrouted/mtrace/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.7 1997/02/22 16:07:39 peter Exp $
+# $Id: Makefile,v 1.8 1998/03/07 09:49:12 bde Exp $
PROG= mtrace
@@ -7,7 +7,6 @@ S= ${.CURDIR}/..
CFLAGS+= -I$S
MAN8= mtrace.8
-BINOWN= root
BINMODE=4555
.include <bsd.prog.mk>
diff --git a/usr.sbin/newsyslog/Makefile b/usr.sbin/newsyslog/Makefile
index a6654c6..5d83c09 100644
--- a/usr.sbin/newsyslog/Makefile
+++ b/usr.sbin/newsyslog/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.4 1997/02/22 16:08:24 peter Exp $
PROG= newsyslog
@@ -9,8 +9,6 @@ CFLAGS+= -DCOMPRESS_PATH=\"/usr/bin/gzip\"
CFLAGS+= -DCOMPRESS_PROG=\"gzip\"
CFLAGS+= -DCOMPRESS_POSTFIX=\".gz\"
-BINOWN= root
-
MAN8= newsyslog.8
.include <bsd.prog.mk>
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index 72eed9f..d8e1f87 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.46 1998/08/30 23:53:25 brian Exp $
+# $Id: Makefile,v 1.47 1998/08/31 12:14:31 brian Exp $
PROG= ppp
SRCS= arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c command.c \
@@ -10,7 +10,6 @@ CFLAGS+=-Wall
LDADD+= -lutil -lz
DPADD+= ${LIBUTIL} ${LIBZ}
BINMODE=4554
-BINOWN= root
BINGRP= network
MAN8= ppp.8
LDADD+= -lmd -lcrypt
diff --git a/usr.sbin/pppd/Makefile b/usr.sbin/pppd/Makefile
index 7d58b9f..1e6b85e 100644
--- a/usr.sbin/pppd/Makefile
+++ b/usr.sbin/pppd/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.9 1997/08/22 15:57:37 peter Exp $
+# $Id: Makefile,v 1.10 1997/10/10 11:59:02 peter Exp $
CFLAGS+= -DHAVE_PATHS_H
@@ -7,7 +7,6 @@ SRCS= main.c magic.c fsm.c lcp.c ipcp.c ipxcp.c upap.c chap.c ccp.c \
demand.c auth.c options.c sys-bsd.c
MAN8= pppd.8
BINMODE=4555
-BINOWN= root
# as per handbook policies section
MAINTAINER= peter@freebsd.org
diff --git a/usr.sbin/pw/Makefile b/usr.sbin/pw/Makefile
index 31b58b5..3425e9c 100644
--- a/usr.sbin/pw/Makefile
+++ b/usr.sbin/pw/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.5 1997/02/22 16:12:17 peter Exp $
PROG= pw
SRCS= pw.c pw_conf.c pw_user.c pw_group.c pw_log.c pw_nis.c \
@@ -13,7 +13,6 @@ CFLAGS+= -Wall $(CDB) $(RND)
LDADD= -lcrypt
DPADD= ${LIBCRYPT}
-BINOWN= root
BINMODE=0555
.include <bsd.prog.mk>
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index 48da04d..cc88392 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -37,7 +37,6 @@ LINKS= ${BINDIR}/sendmail /usr/bin/newaliases \
${BINDIR}/sendmail /usr/bin/mailq \
${BINDIR}/sendmail /usr/bin/hoststat \
${BINDIR}/sendmail ${BINDIR}/purgestat
-BINOWN= root
BINMODE=4555
beforeinstall:
diff --git a/usr.sbin/sliplogin/Makefile b/usr.sbin/sliplogin/Makefile
index d8efa9b..8e9dbb2 100644
--- a/usr.sbin/sliplogin/Makefile
+++ b/usr.sbin/sliplogin/Makefile
@@ -2,7 +2,6 @@
PROG= sliplogin
MAN8= sliplogin.8
-BINOWN= root
BINGRP= network
BINMODE=4550
INSTALLFLAGS=-fschg
diff --git a/usr.sbin/timed/timedc/Makefile b/usr.sbin/timed/timedc/Makefile
index 582ea96..9cb4716 100644
--- a/usr.sbin/timed/timedc/Makefile
+++ b/usr.sbin/timed/timedc/Makefile
@@ -3,7 +3,6 @@
PROG= timedc
SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
MAN8= timedc.8
-BINOWN= root
BINMODE=4555
.PATH: ${.CURDIR}/../timed
diff --git a/usr.sbin/traceroute/Makefile b/usr.sbin/traceroute/Makefile
index 700e02b..3c799d8 100644
--- a/usr.sbin/traceroute/Makefile
+++ b/usr.sbin/traceroute/Makefile
@@ -1,8 +1,7 @@
-# $Id: Makefile,v 1.7 1997/02/22 16:14:03 peter Exp $
+# $Id: Makefile,v 1.8 1998/06/09 05:36:48 imp Exp $
PROG= traceroute
MAN8= traceroute.8
-BINOWN= root
BINMODE=4555
CFLAGS+=-DHAVE_SYS_SELECT_H=1 -DHAVE_SETLINEBUF=1 -DHAVE_RAW_OPTIONS=1 \
-DSTDC_HEADERS=1
OpenPOWER on IntegriCloud