diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-10-20 04:23:32 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-10-20 04:23:32 +0000 |
commit | f751cc1b1f1c84c1b8b23b95fed370208353386c (patch) | |
tree | cf8d40723cb96393dd0b1b321bd572f28c8f2b17 /distrib/hp300/ramdisk/Makefile | |
parent | d94d3b07fe639f618c8d751f0f1b7c6b1140a0dc (diff) |
install target.
Diffstat (limited to 'distrib/hp300/ramdisk/Makefile')
-rw-r--r-- | distrib/hp300/ramdisk/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/hp300/ramdisk/Makefile b/distrib/hp300/ramdisk/Makefile index 819f4175022..cec3fb0457f 100644 --- a/distrib/hp300/ramdisk/Makefile +++ b/distrib/hp300/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 1997/10/20 03:42:11 downsj Exp $ +# $OpenBSD: Makefile,v 1.9 1997/10/20 04:23:31 downsj Exp $ # $NetBSD: Makefile,v 1.1 1995/07/18 04:13:06 briggs Exp $ TOP= ${.CURDIR}/.. @@ -20,6 +20,10 @@ REALIMAGE!= echo /var/tmp/image.${PID} all: ${CBIN} ${IMAGE} bsd.rd @echo "all done" +install: bsd.rd + cp bsd.rd ${DESTDIR}/snapshot/bsd.rd + cp ${.CURDIR}/../HP-IB.geometry ${DESTDIR}/snapshot + .include "Makefile.inc" DISKTYPE= rdroot |