_All_ compat LKMs are broken. Pointed out by mrg.

This commit is contained in:
scottr 1997-02-18 15:31:51 +00:00
parent e61bb6f903
commit 7387b50dc5
1 changed files with 5 additions and 5 deletions

View File

@ -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