diff options
author | phk <phk@FreeBSD.org> | 1995-03-24 00:15:15 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-03-24 00:15:15 +0000 |
commit | 3b5c33304665b65fcec4b8d0bee018ae24f67cb6 (patch) | |
tree | 901e5cf2a2a334547ce2206c685616eb082ec708 /etc/Makefile | |
parent | 9f3dfc26ee264d103c840552316e03e9757966bd (diff) | |
download | FreeBSD-src-3b5c33304665b65fcec4b8d0bee018ae24f67cb6.zip FreeBSD-src-3b5c33304665b65fcec4b8d0bee018ae24f67cb6.tar.gz |
Install /etc/sysconfig
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 56d3ec5..6e4f30a 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.108 1995/03/21 16:44:02 wollman Exp $ +# $Id: Makefile,v 1.109 1995/03/23 08:42:58 rgrimes Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -9,7 +9,7 @@ BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \ ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \ inetd.conf login.access motd netstart \ networks phones printcap profile protocols rc rc.local rc.serial \ - remote security services shells \ + remote security services sysconfig shells \ syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \ ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \ ${.CURDIR}/../usr.bin/mail/misc/mail.rc |