diff options
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 |