From 949b023a8ae9580f890cff5995b3e8ce085a57fe Mon Sep 17 00:00:00 2001 From: henning <> Date: Sat, 5 Feb 2005 20:40:53 +0000 Subject: [PATCH] ospfd.conf --- src/etc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 80baaf08..71da3693 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.215 2005/01/17 02:45:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.216 2005/02/05 20:40:53 henning Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -18,7 +18,7 @@ BIN1= changelist ccd.conf csh.cshrc csh.login csh.logout daily dhcpd.conf \ mrouted.conf myname netstart networks newsyslog.conf 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 ntpd.conf + etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf ospfd.conf .if ${MACHINE} == "alpha" || ${MACHINE} == "amd64" || \ ${MACHINE} == "cats" || ${MACHINE} == "hp300" || \ @@ -375,7 +375,7 @@ distrib: DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ - echo '# $$OpenBSD: Makefile,v 1.215 2005/01/17 02:45:46 deraadt Exp $$'; \ + echo '# $$OpenBSD: Makefile,v 1.216 2005/02/05 20:40:53 henning Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \