summaryrefslogtreecommitdiff
path: root/distrib/mac68k
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-12-02 01:01:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-12-02 01:01:09 +0000
commit4074a3b00151f14eb4b58f5bc6426a99322e036e (patch)
tree5576470d5be87545b623ea08947d8eb59eaa97bf /distrib/mac68k
parenta6f252377588d467fc6f3720f5c93f5d87e88959 (diff)
no longer need to compile rdsetroot with DEBUG
Diffstat (limited to 'distrib/mac68k')
-rw-r--r--distrib/mac68k/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/mac68k/ramdisk/Makefile b/distrib/mac68k/ramdisk/Makefile
index 5416f8ac773..85408801cdb 100644
--- a/distrib/mac68k/ramdisk/Makefile
+++ b/distrib/mac68k/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 2008/01/11 10:16:40 espie Exp $
+# $OpenBSD: Makefile,v 1.11 2008/12/02 01:01:07 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -53,7 +53,7 @@ rd_teardown:
-vnconfig -u ${VND}
rdsetroot: ${TOP}/../common/rdsetroot.c
- ${HOSTCC} -DDEBUG -o rdsetroot ${TOP}/../common/rdsetroot.c
+ ${HOSTCC} -o rdsetroot ${TOP}/../common/rdsetroot.c
unconfig:
-umount -f ${MOUNT_POINT}