diff options
author | jkh <jkh@FreeBSD.org> | 1999-02-11 15:46:22 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-02-11 15:46:22 +0000 |
commit | abf0bd82656b3b01b68bd800f2f5c6c5c0800bfc (patch) | |
tree | c7d2254c9c3810edf69c37da2d81364b30484084 /etc | |
parent | 041c5b374af0eea08535568f77af77fcaaa9df2a (diff) | |
download | FreeBSD-src-abf0bd82656b3b01b68bd800f2f5c6c5c0800bfc.zip FreeBSD-src-abf0bd82656b3b01b68bd800f2f5c6c5c0800bfc.tar.gz |
This tries to install rc.diskless, but there is no such file.
I don't know which of the two to install in its place so just
remove it for now and get the release build working again.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index ecae12c..cceabba 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.190 1999/02/09 23:17:25 jkh Exp $ +# $Id: Makefile,v 1.191 1999/02/10 09:14:05 jkh Exp $ SUBDIR= sendmail @@ -9,7 +9,7 @@ BIN1= aliases amd.map crontab csh.cshrc csh.login csh.logout dm.conf \ newsyslog.conf pam.conf phones pccard.conf.sample \ printcap profile protocols \ rc rc.atm rc.devfs rc.firewall rc.isdn rc.network rc.pccard \ - rc.diskless rc.serial rc.shutdown \ + rc.serial rc.shutdown \ etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ remote security services shells syslog.conf \ etc.${MACHINE_ARCH}/ttys etc.${MACHINE_ARCH}/disktab rpc make.conf \ |