From ff77764606316d1e448ef97cdd5380de36810114 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Mon, 24 Nov 2008 17:23:27 +0000 Subject: Change mips detection in crunchgen from ifdef to command line flag ok deraadt@, fkr@, rainer@. manpage cleanup thanks to jmc@ --- distrib/sgi/ramdisk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib') 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 -- cgit v1.2.3