From 24fdf62c367ad88fde25dba2175a8c968b22e82f Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Mon, 30 Oct 2000 07:12:21 +0000 Subject: [PATCH] install rc.firewall6. --- etc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index 15201d4a28c..75da9571415 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -11,9 +11,9 @@ BIN1= amd.map apmd.conf auth.conf \ motd modems networks newsyslog.conf \ pam.conf phones pim6dd.conf pim6sd.conf \ printcap profile protocols \ - rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.isdn \ - rc.network rc.network6 rc.pccard rc.serial rc.shutdown rc.sysctl \ - remote rpc security services shells syslog.conf usbd.conf \ + rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.firewall6 \ + rc.isdn rc.network rc.network6 rc.pccard rc.serial rc.shutdown \ + rc.sysctl remote rpc security services shells syslog.conf usbd.conf \ etc.${MACHINE_ARCH}/disktab \ etc.${MACHINE_ARCH}/rc.${MACHINE_ARCH} \ etc.${MACHINE_ARCH}/ttys \