diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-10 02:13:14 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-05-10 02:13:14 +0000 |
commit | a9601a217297371b81b54ed470e75fcc8b5a1f1c (patch) | |
tree | bd5f795bde5637a2a9a1ee55882a92850415ec0c /distrib/i386 | |
parent | 5ae0837aa59369edc9ca487db5eebe4313cbed89 (diff) |
Revert a change we are not quite ready for yet
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/ramdisk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/floppies/ramdisk/Makefile b/distrib/i386/floppies/ramdisk/Makefile index 405b5b0fd09..9c58fa8d34c 100644 --- a/distrib/i386/floppies/ramdisk/Makefile +++ b/distrib/i386/floppies/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 1997/05/08 06:02:35 tholo Exp $ +# $OpenBSD: Makefile,v 1.17 1997/05/10 02:13:13 tholo Exp $ TOP= ${.CURDIR}/.. @@ -85,8 +85,8 @@ rd_teardown: cp ${REALIMAGE} ${IMAGE} rm ${REALIMAGE} -rdsetroot: ${TOP}/rdsetroot.c - ${HOSTCC} -DDEBUG -o rdsetroot ${TOP}/rdsetroot.c +rdsetroot: ${TOP}/common/rdsetroot.c + ${HOSTCC} -DDEBUG -o rdsetroot ${TOP}/common/rdsetroot.c unconfig: -umount -f ${MOUNT_POINT} |