From 406c29e87614cf24c02b124897d5547e52e6eeab Mon Sep 17 00:00:00 2001 From: mcbride <> Date: Thu, 26 May 2005 23:06:06 +0000 Subject: [PATCH] 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@ --- src/etc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index e9d16100..b10eaf37 100644 --- a/src/etc/Makefile +++ b/src/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; \