diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-02-05 20:40:54 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-02-05 20:40:54 +0000 |
commit | f07accdf6f5ac358826e294a6cd508df32398abc (patch) | |
tree | 4c8bf7b3d4c5e68376f27d70752ba001cb973b5a | |
parent | 584c9bea46f6600480132121a838347053a9fb22 (diff) |
ospfd.conf
-rw-r--r-- | etc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index 80baaf08e65..71da3693a0f 100644 --- a/etc/Makefile +++ b/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; \ |