diff --git a/sys/lkm/compat/Makefile b/sys/lkm/compat/Makefile index 1dff9c78c7aa..4a707e9b051f 100644 --- a/sys/lkm/compat/Makefile +++ b/sys/lkm/compat/Makefile @@ -1,5 +1,9 @@ -# $NetBSD: Makefile,v 1.4 1997/02/18 06:08:51 scottr Exp $ +# $NetBSD: Makefile,v 1.5 1997/02/18 15:31:51 scottr Exp $ +# +# XXX the compat LKMs are currently broken. +# +.if 0 .if (${MACHINE} == "i386") SUBDIR+= freebsd linux .endif @@ -8,10 +12,6 @@ SUBDIR+= freebsd linux SUBDIR+= sunos svr4 .endif -# -# XXX the compat_sunos LKM is currently broken. -# -.if 0 .if (${MACHINE_ARCH} == "m68k") SUBDIR+= sunos .endif