From dd2e686d36a72ce31730fa8ae849b0fa2350218f Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 8 Aug 2000 01:08:07 +0000 Subject: [PATCH] use GENERIC and RAMDISK --- src/etc/etc.powerpc/Makefile.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/etc/etc.powerpc/Makefile.inc b/src/etc/etc.powerpc/Makefile.inc index 67468bb9..423bf1ad 100644 --- a/src/etc/etc.powerpc/Makefile.inc +++ b/src/etc/etc.powerpc/Makefile.inc @@ -1,14 +1,14 @@ -# $OpenBSD: Makefile.inc,v 1.15 2000/02/03 03:06:55 rahnds Exp $ +# $OpenBSD: Makefile.inc,v 1.16 2000/08/08 01:08:07 deraadt Exp $ # etc.powerpc/Makefile.inc -- powerpc-specific etc Makefile targets .ifdef DESTDIR snap_md: bsd distrib bsd: - cd ${.CURDIR}/../sys/arch/powerpc/conf && config GENERICMAC - cd ${.CURDIR}/../sys/arch/powerpc/compile/GENERICMAC && \ + cd ${.CURDIR}/../sys/arch/powerpc/conf && config GENERIC + cd ${.CURDIR}/../sys/arch/powerpc/compile/GENERIC && \ make clean && make depend && make - cp ${.CURDIR}/../sys/arch/powerpc/compile/GENERICMAC/bsd \ + cp ${.CURDIR}/../sys/arch/powerpc/compile/GENERIC/bsd \ ${DESTDIR}/snapshot/bsd # knows about bsd.rd and bsdofw.rd