diff options
author | 2005-03-20 20:11:42 +0000 | |
---|---|---|
committer | 2005-03-20 20:11:42 +0000 | |
commit | 12aa3114259b0812170f327d32c351bd278c9fa8 (patch) | |
tree | 6f5bad74ab3790d168e5e9373b3ca6b6f0a5d23e | |
parent | some fixes for wep and reset. (diff) | |
download | wireguard-openbsd-12aa3114259b0812170f327d32c351bd278c9fa8.tar.xz wireguard-openbsd-12aa3114259b0812170f327d32c351bd278c9fa8.zip |
during make release install *bsd* not just bsd*, so we pick up zaurus zbsdmod.o too
-rw-r--r-- | etc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index d4d0e2c5c62..d087e2d77d2 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.219 2005/03/19 00:11:21 deraadt Exp $ +# $OpenBSD: Makefile,v 1.220 2005/03/20 20:11:42 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -258,7 +258,7 @@ release: release: distribution snap_pre snap_md cd ${.CURDIR}/../distrib/notes && ${MAKE} && exec ${SUDO} ${MAKE} install cd ${.CURDIR}/../distrib/sets && exec ${SUDO} sh maketars ${OSrev} - -cp ${DESTDIR}/snapshot/bsd* ${RELEASEDIR} + -cp ${DESTDIR}/snapshot/*bsd* ${RELEASEDIR} -cp ${DESTDIR}/snapshot/*boot* ${RELEASEDIR} -cp ${DESTDIR}/snapshot/cdbr ${RELEASEDIR} -cp ${DESTDIR}/snapshot/*BOOT* ${RELEASEDIR} @@ -378,7 +378,7 @@ distrib: DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ - echo '# $$OpenBSD: Makefile,v 1.219 2005/03/19 00:11:21 deraadt Exp $$'; \ + echo '# $$OpenBSD: Makefile,v 1.220 2005/03/20 20:11:42 deraadt Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \ |