summaryrefslogtreecommitdiff
path: root/distrib/mvme88k/ramdisk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/mvme88k/ramdisk/Makefile')
-rw-r--r--distrib/mvme88k/ramdisk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/mvme88k/ramdisk/Makefile b/distrib/mvme88k/ramdisk/Makefile
index df17f96edbe..c319217f900 100644
--- a/distrib/mvme88k/ramdisk/Makefile
+++ b/distrib/mvme88k/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2007/06/17 00:28:21 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 2008/01/11 10:16:40 espie Exp $
TOP= ${.CURDIR}/..
@@ -36,7 +36,7 @@ bsd:
.ifndef(NOBUILD)
cd ${.CURDIR}/../../../sys/arch/mvme88k/conf && config RAMDISK
cd ${.CURDIR}/../../../sys/arch/mvme88k/compile/RAMDISK && \
- make clean && make
+ ${MAKE} clean && ${MAKE}
.endif
cp ${.CURDIR}/../../../sys/arch/mvme88k/compile/RAMDISK/bsd bsd
@@ -74,7 +74,7 @@ ${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CBIN}.conf
crunchgen -D ${.CURDIR}/../../.. -L ${DESTDIR}/usr/lib ${CBIN}.conf
${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
- make -f ${CBIN}.mk all
+ ${MAKE} -f ${CBIN}.mk all
do_files:
mtree -def ${MTREE} -p ${MOUNT_POINT}/ -u