diff options
author | phk <phk@FreeBSD.org> | 1996-04-03 17:13:59 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1996-04-03 17:13:59 +0000 |
commit | abe01fc216610ef595aa803c7743529793feb35e (patch) | |
tree | 0c72fbbefd760872a0e9194084568b7d567a09b3 /etc/Makefile | |
parent | 8a4381b139489559851a24f7e7088354b0acf624 (diff) | |
download | FreeBSD-src-abe01fc216610ef595aa803c7743529793feb35e.zip FreeBSD-src-abe01fc216610ef595aa803c7743529793feb35e.tar.gz |
Add skeleton firewall setup(s). Comments very welcome.
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 802e795..b79696c 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.134 1996/03/17 20:37:03 phk Exp $ +# $Id: Makefile,v 1.135 1996/03/22 17:28:07 nate Exp $ # -rw-r--r-- BINOWN= root @@ -8,7 +8,8 @@ BIN1= aliases amd.map csh.cshrc csh.login csh.logout dm.conf \ ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \ inetd.conf login.access motd modems netstart networks \ newsyslog.conf phones pccard.conf.sample printcap profile protocols \ - rc rc.local rc.pccard rc.serial etc.${MACHINE}/rc.${MACHINE} \ + rc rc.firewall rc.local rc.pccard rc.serial \ + etc.${MACHINE}/rc.${MACHINE} \ remote security services sysconfig shells \ syslog.conf ttys etc.${MACHINE}/disktab rpc make.conf \ ${.CURDIR}/../gnu/usr.bin/man/manpath/manpath.config \ |