summaryrefslogtreecommitdiff
path: root/distrib/hp300/ramdisk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/hp300/ramdisk/Makefile')
-rw-r--r--distrib/hp300/ramdisk/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/Makefile b/distrib/hp300/ramdisk/Makefile
index abc572ff309..b20546646e6 100644
--- a/distrib/hp300/ramdisk/Makefile
+++ b/distrib/hp300/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.26 2008/12/02 03:20:57 deraadt Exp $
+# $OpenBSD: Makefile,v 1.27 2009/04/17 03:58:54 deraadt Exp $
# $NetBSD: Makefile,v 1.1 1995/07/18 04:13:06 briggs Exp $
TOP= ${.CURDIR}/..
@@ -22,8 +22,10 @@ GZIPFLAGS?= -9fn
all: ${CBIN} ${IMAGE} bsd.rd
+.ifdef RELEASEDIR
install: bsd.rd
- ${GZIPCMD} -c ${GZIPFLAGS} bsd.rd > ${DESTDIR}/snapshot/bsd.rd
+ ${GZIPCMD} -c ${GZIPFLAGS} bsd.rd > ${RELEASEDIR}/bsd.rd
+.endif
.include "Makefile.inc"