diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-24 20:37:04 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-12-24 20:37:04 +0000 |
commit | 3100f382e2df89eb7e4dba4bce06bcbddd4e9fe4 (patch) | |
tree | e7ef357c726244fb24fdca625ee442b599c7ce74 /etc/Makefile | |
parent | f4bd9c618c5b0e9cb1cd0991fb5c73f2517cbe7b (diff) |
+bgpd.conf
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 7203988fddd..08ed8367953 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.187 2003/10/31 04:04:05 drahn Exp $ +# $OpenBSD: Makefile,v 1.188 2003/12/24 20:37:03 henning Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -20,7 +20,7 @@ BIN1= bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \ phones printcap protocols rbootd.conf rc rc.conf rc.local \ rc.securelevel rc.shutdown remote rpc security services \ shells spamd.conf syslog.conf weekly etc.${MACHINE}/disktab \ - dhclient.conf mailer.conf + dhclient.conf mailer.conf bgpd.conf .if (${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ ${MACHINE} == "i386" || ${MACHINE} == "macppc" || \ |