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/amd64 | |
parent | 0dd28ad0baf2f725525aa741d0b78f8686a14200 (diff) |
commit with rdsetroot now accepting the filesystem as a 2nd arg
Diffstat (limited to 'distrib/amd64')
-rw-r--r-- | distrib/amd64/common/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amd64/common/Makefile.inc b/distrib/amd64/common/Makefile.inc index 30056825f02..ff9aa97600f 100644 --- a/distrib/amd64/common/Makefile.inc +++ b/distrib/amd64/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.12 2008/12/02 01:01:07 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2008/12/02 03:20:57 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -60,7 +60,7 @@ bsd.gz: bsd.rd bsd.rd: ${IMAGE} bsd rdsetroot cp bsd bsd.rd - ${.OBJDIR}/rdsetroot bsd.rd < ${IMAGE} + ${.OBJDIR}/rdsetroot bsd.rd ${IMAGE} bsd: |