From 899455e34e0cc8adb94478c2f0f804a6f859176d Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sat, 27 Oct 2001 12:10:02 +0000 Subject: [PATCH] freebsd LKM works too --- sys/lkm/compat/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/lkm/compat/Makefile b/sys/lkm/compat/Makefile index cf664cb4f4fc..1a5c24054ff4 100644 --- a/sys/lkm/compat/Makefile +++ b/sys/lkm/compat/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.12 2001/08/14 12:00:01 mrg Exp $ +# $NetBSD: Makefile,v 1.13 2001/10/27 12:10:02 jdolecek Exp $ .if (${MACHINE} == "sparc64") SUBDIR+= netbsd32 sunos32 svr4 svr4_32 .endif .if (${MACHINE} == "i386") -SUBDIR+= linux +SUBDIR+= freebsd linux .endif # These are untested, but do compile. Once they are tested, @@ -22,7 +22,7 @@ SUBDIR+= hpux .endif .if (${MACHINE} == "i386") -SUBDIR+= aout freebsd ibcs2 svr4 +SUBDIR+= aout ibcs2 svr4 .endif .if (${MACHINE_ARCH} == "m68k")