diff options
author | dillon <dillon@FreeBSD.org> | 1999-01-25 18:24:46 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 1999-01-25 18:24:46 +0000 |
commit | 85a03a844992f324c78947c6493e815bf805f68d (patch) | |
tree | 4ed51c88ebf50b3c0ef1cb400675aa3a61bbfc0e /etc/Makefile | |
parent | 8b68cdbc6f4b1dfc958b334f95faad78be96c158 (diff) | |
download | FreeBSD-src-85a03a844992f324c78947c6493e815bf805f68d.zip FreeBSD-src-85a03a844992f324c78947c6493e815bf805f68d.tar.gz |
Commit first rc.diskless startup plus modifications to rc.conf and Makefile
to make it work. NOTE! Uses new kern.conf_dir sysctl.
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index aa155b3..3bb43d9 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.186 1999/01/10 21:08:26 rnordier Exp $ +# $Id: Makefile,v 1.187 1999/01/13 08:20:53 hm Exp $ SUBDIR= sendmail @@ -9,7 +9,8 @@ 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.conf rc.devfs rc.firewall rc.isdn rc.network rc.pccard \ - rc.serial rc.shutdown etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ + rc.diskless 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 \ ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \ |