diff options
author | dg <dg@FreeBSD.org> | 1994-12-01 13:55:49 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1994-12-01 13:55:49 +0000 |
commit | 5ec7cfda7922d2cbbc2b43167fd54e48671a0961 (patch) | |
tree | f92984135d3e86ef4594431746927ea28378ad5b /etc/Makefile | |
parent | ec8bbabc02f2d0e762d6c7bdcccba6c3164c310d (diff) | |
download | FreeBSD-src-5ec7cfda7922d2cbbc2b43167fd54e48671a0961.zip FreeBSD-src-5ec7cfda7922d2cbbc2b43167fd54e48671a0961.tar.gz |
Install rc.serial.
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index f462adb..b1be568 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 |