summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2008-11-24 17:23:27 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2008-11-24 17:23:27 +0000
commitff77764606316d1e448ef97cdd5380de36810114 (patch)
treeb1e15c8566025609fb8d4fb11b7a3b9baa7e4269 /distrib
parent4c4620904ad302bcb3be1ff350897a9b433d708c (diff)
Change mips detection in crunchgen from ifdef to command line flag
ok deraadt@, fkr@, rainer@. manpage cleanup thanks to jmc@
Diffstat (limited to 'distrib')
-rw-r--r--distrib/sgi/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sgi/ramdisk/Makefile b/distrib/sgi/ramdisk/Makefile
index 0275617337a..eae6c693cfd 100644
--- a/distrib/sgi/ramdisk/Makefile
+++ b/distrib/sgi/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2008/01/11 10:16:40 espie Exp $
+# $OpenBSD: Makefile,v 1.5 2008/11/24 17:23:26 drahn Exp $
REV= ${OSrev}
@@ -75,7 +75,7 @@ install:
cp ${BSD_RD} ${DESTDIR}/snapshot/
${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
- crunchgen -E -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC}
+ crunchgen -M -E -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib ${.ALLSRC}
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
${MAKE} -f ${CBIN}.mk all