diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-28 19:24:44 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-02-28 19:24:44 +0000 |
commit | b1e8bb4c9ebabc3cf711027dac12d5ceb976b00b (patch) | |
tree | 9fb7ef9c0fb1a2c17fe6d2af615990308460b2c4 | |
parent | 2238717bbe192ac2c38b0c871cc14222ab2a1b0d (diff) |
BROKEN_NMAGIC is not necessary anymore when building rdsetroot, found the hard
way by martin@; ok deraadt@
-rw-r--r-- | distrib/mac68k/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/mac68k/ramdisk/Makefile b/distrib/mac68k/ramdisk/Makefile index fc927c37543..c5a7a24dc6f 100644 --- a/distrib/mac68k/ramdisk/Makefile +++ b/distrib/mac68k/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2004/12/11 14:04:11 martin Exp $ +# $OpenBSD: Makefile,v 1.8 2006/02/28 19:24:43 miod Exp $ TOP= ${.CURDIR}/.. @@ -53,7 +53,7 @@ rd_teardown: -vnconfig -u ${VND} rdsetroot: ${TOP}/../common/rdsetroot.c - ${HOSTCC} -DBROKEN_NMAGIC -DDEBUG -o rdsetroot ${TOP}/../common/rdsetroot.c + ${HOSTCC} -DDEBUG -o rdsetroot ${TOP}/../common/rdsetroot.c unconfig: -umount -f ${MOUNT_POINT} |