diff options
| author | David Greenman <dg@FreeBSD.org> | 1994-12-01 13:55:49 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1994-12-01 13:55:49 +0000 |
| commit | a466088c6b708bd7ded64ed69c756313a9f6dceb (patch) | |
| tree | f92984135d3e86ef4594431746927ea28378ad5b | |
| parent | 290f426469f9a116211c0454a0ce61de793562c9 (diff) | |
Notes
| -rw-r--r-- | etc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index f462adb77dac..b1be568360f9 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.92 1994/11/14 20:56:10 phk Exp $ +# $Id: Makefile,v 1.93 1994/11/20 23:11:00 phk Exp $ # disktab may be wrong -- hcx9 is a tahoe, but gets its own. # -rw-r--r-- @@ -8,8 +8,8 @@ BINGRP= wheel 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 remote \ - security services shells \ + networks phones printcap profile protocols rc rc.local rc.serial \ + remote security services 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 |
