diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-09-19 22:42:06 +0000 |
commit | be0cde6f10dc8f3b82982c7912af93d61d828d75 (patch) | |
tree | 820f2eff6ab08f0d6e29ba0386c043d3c1cb271c /etc | |
parent | 25352982e7256bd3744cd30c5b7938f468693816 (diff) | |
download | src-be0cde6f10dc8f3b82982c7912af93d61d828d75.tar.gz src-be0cde6f10dc8f3b82982c7912af93d61d828d75.zip |
Remove useless `BINOWN=root' now that it is the default.
Notes
Notes:
svn path=/head/; revision=39495
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 1752efe4912b..2d4f88781d4b 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 8967af1dbdbb..c680f695db66 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: |