From 82e562898d3caaa66b6c64b435bd0bb619faa450 Mon Sep 17 00:00:00 2001 From: "Dale S. Rahn" Date: Sat, 13 Mar 1999 01:52:07 +0000 Subject: remove legacy "mix" kernel building code, it was not quite completely commented and would cause error messages during build. Since it is unused, delete it completely --- distrib/powerpc/ramdisk/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'distrib/powerpc/ramdisk/Makefile') diff --git a/distrib/powerpc/ramdisk/Makefile b/distrib/powerpc/ramdisk/Makefile index 65090d2d268..6ba08e2c4e7 100644 --- a/distrib/powerpc/ramdisk/Makefile +++ b/distrib/powerpc/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1998/10/20 23:23:49 rahnds Exp $ +# $OpenBSD: Makefile,v 1.7 1999/03/13 01:52:06 rahnds Exp $ TOP= ${.CURDIR}/.. @@ -33,7 +33,7 @@ all ${IMAGE}: .else # mix config is not needed. -all: ${BSD_RD} ${BSDOFW_RD} # ${BSDMIX_RD} +all: ${BSD_RD} ${BSDOFW_RD} ${BSD_RD}: ${CBIN} ${IMAGE} bsd rdsetroot cp bsd ${BSD_RD} @@ -43,10 +43,6 @@ ${BSDOFW_RD}: ${CBIN} ${IMAGE} bsdofw rdsetroot cp bsdofw ${BSDOFW_RD} ${.OBJDIR}/rdsetroot ${BSDOFW_RD} < ${IMAGE} -${BSDMIX_RD}: ${CBIN} ${IMAGE} bsdmix rdsetroot - cp bsdmix ${BSDMIX_RD} - ${.OBJDIR}/rdsetroot ${BSDMIX_RD} < ${IMAGE} - ${IMAGE}: rd_setup do_files rd_teardown .endif @@ -94,7 +90,6 @@ unconfig: install: cp ${BSD_RD} ${DESTDIR}/snapshot/${BSD_RD} cp ${BSDOFW_RD} ${DESTDIR}/snapshot/${BSDOFW_RD} - cp ${BSDMIX_RD} ${DESTDIR}/snapshot/${BSDMIX_RD} ${CBIN}.conf: ${LISTS} awk -f ${UTILS}/makeconf.awk CBIN=${CBIN} ${LISTS} > ${CBIN}.conf -- cgit v1.2.3