diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-02 03:20:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-02 03:20:59 +0000 |
commit | e77fe03ee41e8897700e5e841bd831c28d568d93 (patch) | |
tree | 4a11a0bd742ab05b4c4f579da4a761925031b32e /distrib/hppa/ramdisk | |
parent | 0dd28ad0baf2f725525aa741d0b78f8686a14200 (diff) |
commit with rdsetroot now accepting the filesystem as a 2nd arg
Diffstat (limited to 'distrib/hppa/ramdisk')
-rw-r--r-- | distrib/hppa/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hppa/ramdisk/Makefile b/distrib/hppa/ramdisk/Makefile index b6b81bb9652..2aa99bce972 100644 --- a/distrib/hppa/ramdisk/Makefile +++ b/distrib/hppa/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2008/03/04 23:43:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.14 2008/12/02 03:20:57 deraadt Exp $ CBIN= instbin ARCHDIR= ${.CURDIR}/.. @@ -70,7 +70,7 @@ obsd: bsd.rd: obsd ${IMAGE} ${RDSETROOT} cp obsd bsd.rd - ${.OBJDIR}/${RDSETROOT} bsd.rd < ${IMAGE} + ${.OBJDIR}/${RDSETROOT} bsd.rd ${IMAGE} @${STRIP} bsd.rd bsd: bsd.rd |