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/zaurus/ramdisk/Makefile | |
parent | 0dd28ad0baf2f725525aa741d0b78f8686a14200 (diff) |
commit with rdsetroot now accepting the filesystem as a 2nd arg
Diffstat (limited to 'distrib/zaurus/ramdisk/Makefile')
-rw-r--r-- | distrib/zaurus/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/zaurus/ramdisk/Makefile b/distrib/zaurus/ramdisk/Makefile index d702e15cd65..035c419fd5e 100644 --- a/distrib/zaurus/ramdisk/Makefile +++ b/distrib/zaurus/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2008/12/02 01:01:08 deraadt Exp $ +# $OpenBSD: Makefile,v 1.5 2008/12/02 03:20:58 deraadt Exp $ REV= ${OSrev} @@ -38,7 +38,7 @@ all: ${BSD_RD} ${BSD_RD}: ${CBIN} ${IMAGE} bsd rdsetroot cp bsd ${BSD_RD} - ${.OBJDIR}/rdsetroot ${BSD_RD} < ${IMAGE} + ${.OBJDIR}/rdsetroot ${BSD_RD} ${IMAGE} ${IMAGE}: rd_setup do_files rd_teardown |