Browse Source

cleaning distrib twice is useless

committed from the ship while drinking a trad, from a zaurus on beck's birthday
OPENBSD_3_7
deraadt 20 years ago
parent
commit
3e6aedeb07
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/Makefile

+ 3
- 3
src/etc/Makefile View File

@ -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 TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain LOCALTIME= Canada/Mountain
@ -370,12 +370,12 @@ allarchs: ${MAKEDEVSRC} ${MAKEDEVDOC}
distrib: distrib:
cd ${.CURDIR}/../distrib && \ cd ${.CURDIR}/../distrib && \
${MAKE} cleandir && ${MAKE} && exec ${SUDO} ${MAKE} install
${MAKE} && exec ${SUDO} ${MAKE} install
DHSIZE=1024 1536 2048 3072 4096 DHSIZE=1024 1536 2048 3072 4096
update-moduli: 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'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \
( for i in ${DHSIZE}; do \ ( for i in ${DHSIZE}; do \
ssh-keygen -b $$i -G /dev/stdout; \ ssh-keygen -b $$i -G /dev/stdout; \


Loading…
Cancel
Save