summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2005-11-17 21:28:06 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2005-11-17 21:28:06 +0000
commit3e68d6598ca570e35babc14909998532f04f3512 (patch)
tree33f4703f5622654a30e21521b4234b1b07918192 /etc/Makefile
parentf436d9dc42ea63336d1ea998774d85a975cb65ab (diff)
remove stale NAMEDB; ok theo
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile5
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; \