diff options
author | trhodes <trhodes@FreeBSD.org> | 2005-03-01 03:59:24 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2005-03-01 03:59:24 +0000 |
commit | db9271ae9e1ab9ced95e78e09500a752ead3a697 (patch) | |
tree | 7d6337781276736fa4ca4ef995a48ebc228aa52b /etc/Makefile | |
parent | b871335b7a873d171d8d1834a8ab75f500affc19 (diff) | |
download | FreeBSD-src-db9271ae9e1ab9ced95e78e09500a752ead3a697.zip FreeBSD-src-db9271ae9e1ab9ced95e78e09500a752ead3a697.tar.gz |
Add rc.bsdextended. It's been tested enough.
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 627f216..823be3a 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -12,7 +12,7 @@ BIN1= amd.map apmd.conf auth.conf \ inetd.conf login.access login.conf \ mac.conf motd netconfig network.subr networks newsyslog.conf \ pf.conf pf.os phones profile protocols \ - rc rc.firewall rc.firewall6 rc.sendmail rc.shutdown \ + rc rc.bsdextended rc.firewall rc.firewall6 rc.sendmail rc.shutdown \ rc.subr remote rpc services \ shells sysctl.conf syslog.conf usbd.conf \ etc.${MACHINE_ARCH}/ttys \ |