diff options
Diffstat (limited to 'distrib/hppa/ramdisk/Makefile')
-rw-r--r-- | distrib/hppa/ramdisk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/hppa/ramdisk/Makefile b/distrib/hppa/ramdisk/Makefile index 7d480871c0c..f11c8b5f399 100644 --- a/distrib/hppa/ramdisk/Makefile +++ b/distrib/hppa/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.34 2017/09/18 20:09:34 jasper Exp $ +# $OpenBSD: Makefile,v 1.35 2017/09/18 20:13:52 jasper Exp $ CBIN= instbin ARCHDIR= ${.CURDIR}/.. @@ -25,7 +25,6 @@ BOOT?= ${DESTDIR}/usr/mdec/boot CDBOOT?= ${DESTDIR}/usr/mdec/cdboot STRIPOPTS?= -R .SUNW_ctf -GZIPCMD?= gzip GZIPFLAGS?= -9n DISKTYPE= rdroot @@ -59,7 +58,7 @@ bsd.rd: obsd ${IMAGE} rdsetroot strip ${STRIPOPTS} bsd.rd bsd: bsd.rd - (cat bsd.rd ; dd if=/dev/zero count=1) | ${GZIPCMD} ${GZIPFLAGS} > bsd + (cat bsd.rd ; dd if=/dev/zero count=1) | gzip ${GZIPFLAGS} > bsd rdsetroot: ${.CURDIR}/../../common/elfrdsetroot.c \ ${.CURDIR}/../../common/elf32.c ${.CURDIR}/../../common/elf64.c |