diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-03-13 01:52:07 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-03-13 01:52:07 +0000 |
commit | 82e562898d3caaa66b6c64b435bd0bb619faa450 (patch) | |
tree | 47daa4a5698f49554ab14f534bcc329e6aa9e002 /distrib | |
parent | a1206beae4ffa74c9f1c2dbfb6ed3154c1e8a88a (diff) |
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
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/powerpc/ramdisk/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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 |