diff options
author | obrien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
commit | 18dba2fe217665c3bdc50fb3b3a724645d1e7196 (patch) | |
tree | 87d57170c6f0a4c76b83ecc25dd486e71aeb0f14 /etc | |
parent | b773a127aeed9e7ce9292d3296446a4a19b8d11a (diff) | |
download | FreeBSD-src-18dba2fe217665c3bdc50fb3b3a724645d1e7196.zip FreeBSD-src-18dba2fe217665c3bdc50fb3b3a724645d1e7196.tar.gz |
Remove useless `BINOWN=root' now that it is the default.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 5 | ||||
-rw-r--r-- | etc/periodic/Makefile.inc | 4 |
2 files changed, 2 insertions, 7 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: |