diff options
author | 1997-10-13 07:45:34 +0000 | |
---|---|---|
committer | 1997-10-13 07:45:34 +0000 | |
commit | 9300f86b869d2fbac83f236dc0706f98441bd8dd (patch) | |
tree | 510fe6eba42e653173f2e7691d280b9635541645 | |
parent | ok, i have 'em both, to order! (diff) | |
download | wireguard-openbsd-9300f86b869d2fbac83f236dc0706f98441bd8dd.tar.xz wireguard-openbsd-9300f86b869d2fbac83f236dc0706f98441bd8dd.zip |
Don't compress kernels.
-rw-r--r-- | etc/etc.hp300/Makefile.inc | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/etc/etc.hp300/Makefile.inc b/etc/etc.hp300/Makefile.inc index 2303b2f09a6..02f9916793d 100644 --- a/etc/etc.hp300/Makefile.inc +++ b/etc/etc.hp300/Makefile.inc @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.5 1997/09/21 11:50:23 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.6 1997/10/13 07:45:34 downsj Exp $ # etc.hp300/Makefile.inc -- hp300-specific etc Makefile targets .ifdef DESTDIR -snap_md: bsd-gen.gz bsd-dl.gz +snap_md: bsd bsd-dl -bsd-gen: +bsd: cd ${.CURDIR}/../sys/arch/hp300/conf && config GENERIC cd ${.CURDIR}/../sys/arch/hp300/compile/GENERIC && \ make clean && make depend && make @@ -18,10 +18,4 @@ bsd-dl: cp ${.CURDIR}/../sys/arch/hp300/compile/DISKLESS/bsd \ ${DESTDIR}/snapshot/bsd-dl -bsd-gen.gz: bsd-gen - gzip -f9 ${DESTDIR}/snapshot/bsd-gen - -bsd-dl.gz: bsd-dl - gzip -f9 ${DESTDIR}/snapshot/bsd-dl - .endif # DESTDIR check |