summaryrefslogtreecommitdiff
path: root/distrib/ramdisk/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-12-02 03:20:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-12-02 03:20:59 +0000
commite77fe03ee41e8897700e5e841bd831c28d568d93 (patch)
tree4a11a0bd742ab05b4c4f579da4a761925031b32e /distrib/ramdisk/Makefile
parent0dd28ad0baf2f725525aa741d0b78f8686a14200 (diff)
commit with rdsetroot now accepting the filesystem as a 2nd arg
Diffstat (limited to 'distrib/ramdisk/Makefile')
-rw-r--r--distrib/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile
index 9a08c877ccd..06e584e2405 100644
--- a/distrib/ramdisk/Makefile
+++ b/distrib/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.32 2008/01/11 10:16:40 espie Exp $
+# $OpenBSD: Makefile,v 1.33 2008/12/02 03:20:57 deraadt Exp $
REV= ${OSrev}
@@ -90,7 +90,7 @@ bsd:
bsd.rd: bsd ${IMAGE} ${RDSETROOT}
cp bsd bsd.rd
- ${.OBJDIR}/${RDSETROOT} bsd.rd < ${IMAGE}
+ ${.OBJDIR}/${RDSETROOT} bsd.rd ${IMAGE}
${STRIP} bsd.rd
bsd.gz: bsd.rd