summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorRyan Thomas McBride <mcbride@cvs.openbsd.org>2005-05-26 23:06:07 +0000
committerRyan Thomas McBride <mcbride@cvs.openbsd.org>2005-05-26 23:06:07 +0000
commitc301a848bed865602b657f63178b7af24b6d2f0e (patch)
tree5c77dc4904f50a284147ef0543e626f5d8b9dc75 /etc
parent1e5e10558dcd1ce6940b63921531c6fdc33dc70a (diff)
Enable ifstated in the builds. This still does not mean that ifstated is
necessary for regular carp setups. There are situations where you need this, but if you're going to use it, think hard about redesigning your network so you don't have to. ok deraadt@ mpf@ henning@
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index e9d16100839..b10eaf37b76 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.225 2005/05/15 23:41:37 david Exp $
+# $OpenBSD: Makefile,v 1.226 2005/05/26 23:06:06 mcbride Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -19,7 +19,7 @@ BIN1= changelist ccd.conf csh.cshrc csh.login csh.logout daily dhcpd.conf \
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 ntpd.conf \
- login.conf moduli pf.os sensorsd.conf
+ login.conf moduli pf.os sensorsd.conf ifstated.conf
.if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \
${MACHINE} == "cats" || ${MACHINE} == "hp300" || \
@@ -376,7 +376,7 @@ distrib:
DHSIZE=1024 1536 2048 3072 4096
update-moduli:
( \
- echo '# $$OpenBSD: Makefile,v 1.225 2005/05/15 23:41:37 david Exp $$'; \
+ echo '# $$OpenBSD: Makefile,v 1.226 2005/05/26 23:06:06 mcbride Exp $$'; \
echo '# Time Type Tests Tries Size Generator Modulus'; \
( for i in ${DHSIZE}; do \
ssh-keygen -b $$i -G /dev/stdout; \