From a1ec263481ef886a4290720d30efa79188b554b1 Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 8 Nov 1999 00:16:40 +0000 Subject: [PATCH] Builds LKMs on PowerPC (although there are still some issues with loading them). --- sys/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/Makefile b/sys/Makefile index 5a3fe3e1fb91..04639e9b2cec 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.36 1999/07/01 08:12:45 itojun Exp $ +# $NetBSD: Makefile,v 1.37 1999/11/08 00:16:40 mycroft Exp $ SUBDIR= adosfs arch compat dev filecorefs isofs miscfs msdosfs net \ netatalk netccitt netinet netinet6 netiso netkey netnatm netns \ nfs ntfs sys ufs uvm vm -.if (${MACHINE_ARCH} != "powerpc" && \ - ${MACHINE_ARCH} != "mipseb" && ${MACHINE_ARCH} != "mipsel") +.if (${MACHINE_ARCH} != "mipseb" && ${MACHINE_ARCH} != "mipsel") SUBDIR+= lkm