diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile index 42de937b64c..d736be96578 100644 --- a/distrib/ramdisk/Makefile +++ b/distrib/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.39 2011/07/09 00:49:28 drahn Exp $ +# $OpenBSD: Makefile,v 1.40 2011/07/10 16:24:08 deraadt Exp $ REV= ${OSrev} @@ -98,7 +98,7 @@ bsd.rd: bsd ${IMAGE} ${RDSETROOT} bsd.gz: bsd.rd ${GZIPCMD} ${GZIPFLAGS} < bsd.rd > bsd.gz -${RDSETROOT}: ${.CURDIR}/../common/${RDSETROOT}.c +${RDSETROOT}: ${.CURDIR}/../common/${RDSETROOT}.c ${RDSETROOT_EXT_SRC} ${HOSTCC} ${HOSTCCFLAGS} -o ${RDSETROOT} ${RDSETROOT_EXT_SRC} \ ${.CURDIR}/../common/${RDSETROOT}.c |