1997-02-18 18:31:51 +03:00
|
|
|
# $NetBSD: Makefile,v 1.5 1997/02/18 15:31:51 scottr Exp $
|
1996-08-23 00:18:07 +04:00
|
|
|
|
1997-02-18 18:31:51 +03:00
|
|
|
#
|
|
|
|
# XXX the compat LKMs are currently broken.
|
|
|
|
#
|
|
|
|
.if 0
|
1996-08-23 09:38:53 +04:00
|
|
|
.if (${MACHINE} == "i386")
|
1996-08-28 10:17:23 +04:00
|
|
|
SUBDIR+= freebsd linux
|
1996-08-23 09:38:53 +04:00
|
|
|
.endif
|
1996-08-23 00:18:07 +04:00
|
|
|
|
1996-08-28 10:17:23 +04:00
|
|
|
.if (${MACHINE} == "sparc")
|
|
|
|
SUBDIR+= sunos svr4
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if (${MACHINE_ARCH} == "m68k")
|
|
|
|
SUBDIR+= sunos
|
|
|
|
.endif
|
1997-02-18 09:08:50 +03:00
|
|
|
.endif
|
1996-08-28 10:17:23 +04:00
|
|
|
|
|
|
|
|
1996-08-23 00:18:07 +04:00
|
|
|
.include <bsd.subdir.mk>
|