summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/Makefile5
-rw-r--r--etc/periodic/Makefile.inc4
-rw-r--r--libexec/mail.local/Makefile3
-rw-r--r--sbin/dump/Makefile3
-rw-r--r--sbin/ping/Makefile3
-rw-r--r--sbin/restore/Makefile3
-rw-r--r--sbin/route/Makefile1
-rw-r--r--sbin/shutdown/Makefile1
-rw-r--r--usr.bin/at/Makefile3
-rw-r--r--usr.bin/chpass/Makefile1
-rw-r--r--usr.bin/file/Makefile6
-rw-r--r--usr.bin/keyinfo/Makefile1
-rw-r--r--usr.bin/keyinit/Makefile1
-rw-r--r--usr.bin/limits/Makefile1
-rw-r--r--usr.bin/lock/Makefile1
-rw-r--r--usr.bin/login/Makefile3
-rw-r--r--usr.bin/passwd/Makefile3
-rw-r--r--usr.bin/quota/Makefile1
-rw-r--r--usr.bin/rlogin/Makefile3
-rw-r--r--usr.bin/rsh/Makefile3
-rw-r--r--usr.bin/su/Makefile3
-rw-r--r--usr.sbin/dpt/dpt_ctlinfo/Makefile3
22 files changed, 15 insertions, 41 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 1752efe..2d4f887 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,11 +1,8 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.171 1998/09/13 23:05:46 brian Exp $
+# $Id: Makefile,v 1.172 1998/09/13 23:14:10 brian Exp $
SUBDIR= sendmail
-# -rw-r--r--
-BINOWN= root
-BINGRP= wheel
BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \
ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
inetd.conf login.conf login.access motd modems networks \
diff --git a/etc/periodic/Makefile.inc b/etc/periodic/Makefile.inc
index 8967af1..c680f69 100644
--- a/etc/periodic/Makefile.inc
+++ b/etc/periodic/Makefile.inc
@@ -1,8 +1,6 @@
-# $Id: Makefile.inc,v 1.1.1.1 1997/08/16 17:04:00 pst Exp $
+# $Id: Makefile.inc,v 1.2 1998/05/31 11:38:25 bde Exp $
BINDIR= /etc/periodic/${.CURDIR:T}
-BINOWN= root
-BINGRP= wheel
NOOBJ=
beforeinstall:
diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile
index 98f9108..02f33fc 100644
--- a/libexec/mail.local/Makefile
+++ b/libexec/mail.local/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.7 1997/02/22 14:21:47 peter Exp $
+# $Id: Makefile,v 1.8 1998/08/04 15:30:17 peter Exp $
.PATH: ${.CURDIR}/../../contrib/sendmail/mail.local \
${.CURDIR}/../../contrib/sendmail/src
@@ -7,7 +7,6 @@
PROG= mail.local
SRCS= mail.local.c snprintf.c
MAN8= mail.local.8
-BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index a89e2c9..8d12faa 100644
--- a/sbin/dump/Makefile
+++ b/sbin/dump/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $Id$
+# $Id: Makefile,v 1.7 1998/08/06 21:40:13 markm Exp $
# dump.h header file
# itime.c reads /etc/dumpdates
@@ -17,7 +17,6 @@ PROG= dump
LINKS= ${BINDIR}/dump ${BINDIR}/rdump
CFLAGS+=-DRDUMP
SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c
-BINOWN= root
BINGRP= tty
BINMODE=2555
MAN8= dump.8
diff --git a/sbin/ping/Makefile b/sbin/ping/Makefile
index 329129a..4de6ae1 100644
--- a/sbin/ping/Makefile
+++ b/sbin/ping/Makefile
@@ -1,9 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $Id: Makefile,v 1.5 1997/12/16 15:03:14 bde Exp $
+# $Id: Makefile,v 1.6 1998/09/05 15:11:47 dfr Exp $
PROG= ping
MAN8= ping.8
-BINOWN= root
BINMODE=4555
COPTS+= -Wall -Wmissing-prototypes
.if ${MACHINE_ARCH} == "alpha"
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile
index 2f6a99c..99f4c2f 100644
--- a/sbin/restore/Makefile
+++ b/sbin/restore/Makefile
@@ -1,12 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
-# $Id$
+# $Id: Makefile,v 1.8 1998/08/06 21:41:13 markm Exp $
PROG= restore
LINKS= ${BINDIR}/restore ${BINDIR}/rrestore
CFLAGS+=-DRRESTORE
SRCS= main.c interactive.c restore.c dirs.c symtab.c tape.c utilities.c \
dumprmt.c
-BINOWN= root
BINGRP= tty
BINMODE=2555
MAN8= restore.8
diff --git a/sbin/route/Makefile b/sbin/route/Makefile
index 84fd623..56679e1 100644
--- a/sbin/route/Makefile
+++ b/sbin/route/Makefile
@@ -5,7 +5,6 @@ MAN8= route.8
SRCS= route.c keywords.h
CFLAGS+=-I. -Wall -DNS
CLEANFILES+=keywords.h
-BINOWN= root
BINMODE=4555
keywords.h: keywords
diff --git a/sbin/shutdown/Makefile b/sbin/shutdown/Makefile
index 48847e4..f1eff8d 100644
--- a/sbin/shutdown/Makefile
+++ b/sbin/shutdown/Makefile
@@ -2,7 +2,6 @@
PROG= shutdown
MAN8= shutdown.8
-BINOWN= root
BINGRP= operator
BINMODE=4550
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index 07b1424..55d78b9 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.6 1997/02/22 19:54:03 peter Exp $
+# $Id: Makefile,v 1.7 1998/06/09 04:07:08 imp Exp $
.include "${.CURDIR}/Makefile.inc"
@@ -11,7 +11,6 @@ MLINKS= at.1 batch.1 \
at.1 atq.1 \
at.1 atrm.1
-BINOWN= root
BINMODE= 4555
MANSRC= .
CLEANFILES += ${MAN1}
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile
index 8b887f8..f19a257 100644
--- a/usr.bin/chpass/Makefile
+++ b/usr.bin/chpass/Makefile
@@ -5,7 +5,6 @@ SRCS= chpass.c edit.c field.c pw_copy.c pw_scan.c pw_util.c pw_yp.c \
table.c util.c ypxfr_misc.c ${GENSRCS}
GENSRCS=yp.h yp_clnt.c yppasswd.h yppasswd_clnt.c yppasswd_private.h \
yppasswd_private_clnt.c yppasswd_private_xdr.c
-BINOWN= root
BINMODE=4555
.PATH: ${.CURDIR}/../../usr.sbin/pwd_mkdb ${.CURDIR}/../../usr.sbin/vipw \
${.CURDIR}/../../libexec/ypxfr \
diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile
index 5ca63c6..2e00f0b 100644
--- a/usr.bin/file/Makefile
+++ b/usr.bin/file/Makefile
@@ -1,6 +1,6 @@
# Makefile for file(1) cmd.
# Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE.
-# @(#)$Id: Makefile,v 1.10 1997/03/18 19:37:15 mpp Exp $
+# @(#)$Id: Makefile,v 1.11 1997/04/04 02:42:53 mpp Exp $
#
# This software is not subject to any license of the American Telephone
# and Telegraph Company or of the Regents of the University of California.
@@ -25,8 +25,6 @@
# Hacked and dismembered for bmake (Geoff Rehmet).
MAGICDIR= /usr/share/misc
-MAGICOWN= bin
-MAGICGRP= bin
MAGICMODE= 444
CFLAGS+= -DMAGIC='"$(MAGICDIR)/magic"' -DBUILTIN_ELF
@@ -50,7 +48,7 @@ magic: $(MAGFILES)
cat $(MAGFILES) > $(.TARGET)
beforeinstall:
- $(INSTALL) $(COPY) -o $(MAGICOWN) -g $(MAGICGRP) -m $(MAGICMODE) \
+ $(INSTALL) $(COPY) -o $(BINOWN) -g $(BINGRP) -m $(MAGICMODE) \
magic $(DESTDIR)$(MAGICDIR)/magic
.include <bsd.prog.mk>
diff --git a/usr.bin/keyinfo/Makefile b/usr.bin/keyinfo/Makefile
index 93bfb8a..1fdd57c 100644
--- a/usr.bin/keyinfo/Makefile
+++ b/usr.bin/keyinfo/Makefile
@@ -1,6 +1,5 @@
# @(#)Makefile 5.5 (Berkeley) 7/1/90
-BINOWN= root
BINMODE=4555
MAN1= keyinfo.1
diff --git a/usr.bin/keyinit/Makefile b/usr.bin/keyinit/Makefile
index 0292d37..41de62d 100644
--- a/usr.bin/keyinit/Makefile
+++ b/usr.bin/keyinit/Makefile
@@ -6,7 +6,6 @@ SRCS= skeyinit.c
CFLAGS+= -D_SKEY_INTERNAL
-BINOWN= root
BINMODE=4555
DPADD= ${LIBSKEY} ${LIBCRYPT} ${LIBMD}
diff --git a/usr.bin/limits/Makefile b/usr.bin/limits/Makefile
index 885930f..d606593 100644
--- a/usr.bin/limits/Makefile
+++ b/usr.bin/limits/Makefile
@@ -7,7 +7,6 @@ CFLAGS+=-Wall
LDADD+= -lutil
DPADD+= ${LIBUTIL}
-BINOWN= root
BINMODE=0555
.include <bsd.prog.mk>
diff --git a/usr.bin/lock/Makefile b/usr.bin/lock/Makefile
index 1a55d41..a4b697a 100644
--- a/usr.bin/lock/Makefile
+++ b/usr.bin/lock/Makefile
@@ -1,7 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= lock
-BINOWN= root
BINMODE=4555
DPADD= ${LIBCRYPT}
LDADD= -lcrypt
diff --git a/usr.bin/login/Makefile b/usr.bin/login/Makefile
index 4c7615a..71fa73e 100644
--- a/usr.bin/login/Makefile
+++ b/usr.bin/login/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id$
+# $Id: Makefile,v 1.20 1998/08/06 21:37:04 markm Exp $
PROG= login
MAN1= login.1
@@ -26,7 +26,6 @@ LDADD+= -lkrb -ldes
DISTRIBUTION= krb
.endif
-BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index 4909e57..cfa98db 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.3 (Berkeley) 4/2/94
-# $Id$
+# $Id: Makefile,v 1.29 1998/08/06 21:37:51 markm Exp $
PROG= passwd
SRCS= local_passwd.c passwd.c pw_copy.c pw_util.c pw_yp.c \
@@ -49,7 +49,6 @@ yppasswd_private_xdr.c: ${RPCSRC_PRIV}
yppasswd_private_clnt.c: ${RPCSRC_PRIV}
${RPCGEN} -l -o ${.TARGET} ${RPCSRC_PRIV}
-BINOWN= root
BINMODE=4555
MAN1=passwd.1
LINKS=${BINDIR}/passwd ${BINDIR}/yppasswd
diff --git a/usr.bin/quota/Makefile b/usr.bin/quota/Makefile
index de2b4a8..f9093b3 100644
--- a/usr.bin/quota/Makefile
+++ b/usr.bin/quota/Makefile
@@ -1,7 +1,6 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= quota
-BINOWN= root
BINMODE=4555
DPADD= ${LIBRPCSVC}
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile
index 293a34b..7784633 100644
--- a/usr.bin/rlogin/Makefile
+++ b/usr.bin/rlogin/Makefile
@@ -1,11 +1,10 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.10 1998/08/06 21:38:27 markm Exp $
+# $Id: Makefile,v 1.11 1998/09/05 00:31:38 jb Exp $
PROG= rlogin
SRCS= rlogin.c
CFLAGS+=-Wall
-BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
diff --git a/usr.bin/rsh/Makefile b/usr.bin/rsh/Makefile
index 4165d49..264374c 100644
--- a/usr.bin/rsh/Makefile
+++ b/usr.bin/rsh/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.6 1998/08/06 21:39:12 markm Exp $
+# $Id: Makefile,v 1.7 1998/09/05 00:32:27 jb Exp $
PROG= rsh
SRCS= rsh.c
@@ -19,7 +19,6 @@ DISTRIBUTION= krb
.PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd
.endif
-BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index 798b67d..c698911 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
-# $Id: Makefile,v 1.19 1998/08/30 17:02:51 gpalmer Exp $
+# $Id: Makefile,v 1.20 1998/09/02 14:46:20 bde Exp $
PROG= su
SRCS= su.c
@@ -28,7 +28,6 @@ LDADD+= -lkrb -ldes
DISTRIBUTION= krb
.endif
-BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
diff --git a/usr.sbin/dpt/dpt_ctlinfo/Makefile b/usr.sbin/dpt/dpt_ctlinfo/Makefile
index d3e94c7..222b62e 100644
--- a/usr.sbin/dpt/dpt_ctlinfo/Makefile
+++ b/usr.sbin/dpt/dpt_ctlinfo/Makefile
@@ -1,12 +1,11 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $Id: Makefile,v 1.1 1998/01/26 06:20:36 julian Exp $
+# $Id: Makefile,v 1.2 1998/08/06 21:19:09 eivind Exp $
PROG= dpt_ctlinfo
SRCS= dpt_ctlinfo.c
CFLAGS+=-Wall -I${.CURDIR}/../../../sys
BINMODE=500
-BINOWN= root
MAN8= dpt_ctlinfo.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud