diff options
author | 2005-11-17 21:28:05 +0000 | |
---|---|---|
committer | 2005-11-17 21:28:05 +0000 | |
commit | 62a8ff0e24cbe4b7e07bee9fbc942ff3c1c1b943 (patch) | |
tree | f24f6b723cbadad668ff70f9a250b6fc6e7b1fc7 | |
parent | Use sectors as the size units for the RAW_PART (i.e. 'c') partition in (diff) | |
download | wireguard-openbsd-62a8ff0e24cbe4b7e07bee9fbc942ff3c1c1b943.tar.xz wireguard-openbsd-62a8ff0e24cbe4b7e07bee9fbc942ff3c1c1b943.zip |
remove stale NAMEDB; ok theo
-rw-r--r-- | etc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index d0d18d90570..c74dc1ef563 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.227 2005/08/15 00:40:17 millert Exp $ +# $OpenBSD: Makefile,v 1.228 2005/11/17 21:28:05 jakob Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -33,7 +33,6 @@ BIN1+= wsconsctl.conf # -rw-rw-r-- BIN2= motd -NAMEDB= localhost.rev localhost.v6.rev localhost.zone root.cache PCS= pcs750.bin WCS1= wcs fppwcs poc poc1 poc2 fppoc WCS2= fpevent fppwcs fppwcs_dual hdcwcs load_diags start_fpp wcs wcs_dual @@ -380,7 +379,7 @@ distrib: DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ - echo '# $$OpenBSD: Makefile,v 1.227 2005/08/15 00:40:17 millert Exp $$'; \ + echo '# $$OpenBSD: Makefile,v 1.228 2005/11/17 21:28:05 jakob Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \ |