From 3e6aedeb07bfe2bd29e9f181bbdfa14b72728d72 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 17 Jan 2005 02:45:46 +0000 Subject: [PATCH] cleaning distrib twice is useless committed from the ship while drinking a trad, from a zaurus on beck's birthday --- src/etc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 749293f4..80baaf08 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.214 2005/01/14 22:39:12 miod Exp $ +# $OpenBSD: Makefile,v 1.215 2005/01/17 02:45:46 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -370,12 +370,12 @@ allarchs: ${MAKEDEVSRC} ${MAKEDEVDOC} distrib: cd ${.CURDIR}/../distrib && \ - ${MAKE} cleandir && ${MAKE} && exec ${SUDO} ${MAKE} install + ${MAKE} && exec ${SUDO} ${MAKE} install DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ - echo '# $$OpenBSD: Makefile,v 1.214 2005/01/14 22:39:12 miod Exp $$'; \ + echo '# $$OpenBSD: Makefile,v 1.215 2005/01/17 02:45:46 deraadt Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \