diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-25 22:12:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-04-25 22:12:09 +0000 |
commit | 77e7cee03df5a7285f8d9ded75bd6c0687e8939d (patch) | |
tree | fb804bd677334d767b34fa7e493b97d260987041 /distrib/hp300/ramdisk | |
parent | 0f3a67b6008df6643ef6787e386175c4bfb6d6d6 (diff) |
move this into a less visible place
Diffstat (limited to 'distrib/hp300/ramdisk')
-rw-r--r-- | distrib/hp300/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/Makefile b/distrib/hp300/ramdisk/Makefile index da0d805f4c5..8c36949968d 100644 --- a/distrib/hp300/ramdisk/Makefile +++ b/distrib/hp300/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2002/04/25 22:10:27 deraadt Exp $ +# $OpenBSD: Makefile,v 1.17 2002/04/25 22:12:08 deraadt Exp $ # $NetBSD: Makefile,v 1.1 1995/07/18 04:13:06 briggs Exp $ TOP= ${.CURDIR}/.. @@ -24,7 +24,7 @@ all: ${CBIN} ${IMAGE} bsd.rd bsd.rd.gz install: bsd.rd cp bsd.rd ${DESTDIR}/snapshot/bsd.rd - cp ${.CURDIR}/../HP-IB.geometry ${DESTDIR}/snapshot + cp ${.CURDIR}/../common/HP-IB.geometry ${DESTDIR}/snapshot .include "Makefile.inc" |