diff options
author | 1997-05-08 00:37:18 +0000 | |
---|---|---|
committer | 1997-05-08 00:37:18 +0000 | |
commit | 7edd80c0da4f07f80b80904ec6c53eeb8938d13b (patch) | |
tree | bcafee1f83b9a93f79587a85f82a1b4306cc637a | |
parent | sync to i386 (diff) | |
download | wireguard-openbsd-7edd80c0da4f07f80b80904ec6c53eeb8938d13b.tar.xz wireguard-openbsd-7edd80c0da4f07f80b80904ec6c53eeb8938d13b.zip |
do not compress bsd
-rw-r--r-- | etc/etc.amiga/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.amiga/Makefile.inc b/etc/etc.amiga/Makefile.inc index cef1a05c830..6da61276176 100644 --- a/etc/etc.amiga/Makefile.inc +++ b/etc/etc.amiga/Makefile.inc @@ -1,15 +1,15 @@ # # etc.amiga/Makefile.inc -- amiga-specific etc Makefile targets # -# $OpenBSD: Makefile.inc,v 1.5 1997/03/25 16:48:59 niklas Exp $ +# $OpenBSD: Makefile.inc,v 1.6 1997/05/08 00:37:18 deraadt Exp $ # $NetBSD: Makefile.inc,v 1.7 1995/11/28 05:40:21 jtc Exp $ .ifdef DESTDIR snap_md: bsd-install - cp ${.CURDIR}/../sys/arch/amiga/compile/GENERIC/bsd.gz \ - ${DESTDIR}/snapshot/bsd-generic.gz + cp ${.CURDIR}/../sys/arch/amiga/compile/GENERIC/bsd \ + ${DESTDIR}/snapshot/bsd bsd-install: cd ${.CURDIR}/../sys/arch/amiga/conf && config GENERIC cd ${.CURDIR}/../sys/arch/amiga/compile/GENERIC && \ - make clean && make depend && make && gzip -c -9 bsd >bsd.gz + make clean && make depend && make .endif # DESTDIR check |