NetBSD/sys/lkm/compat/Makefile

47 lines
770 B
Makefile
Raw Normal View History

2001-11-01 00:13:23 +03:00
# $NetBSD: Makefile,v 1.15 2001/10/31 21:13:24 jdolecek Exp $
.if (${MACHINE} == "sparc64")
SUBDIR+= netbsd32 sunos32 svr4 svr4_32
.endif
.if (${MACHINE} == "i386")
2001-10-31 21:30:18 +03:00
SUBDIR+= freebsd linux svr4
.endif
# These are untested, but do compile. Once they are tested,
# move them above.
.if !make(install)
.if (${MACHINE} == "alpha")
SUBDIR+= linux osf1
.endif
.if (${MACHINE} == "hp300")
SUBDIR+= hpux
.endif
.if (${MACHINE} == "i386")
2001-11-01 00:13:23 +03:00
SUBDIR+= aout ibcs2
.endif
.if (${MACHINE_ARCH} == "m68k")
SUBDIR+= aoutm68k linux sunos svr4
.endif
.if (${MACHINE_ARCH} == "mipsel")
SUBDIR+= ultrix
.endif
.if (${MACHINE} == "sparc")
SUBDIR+= aout sunos svr4
.endif
.if (${MACHINE_ARCH} == "vax")
SUBDIR+= ibcs2 ultrix
.endif
2000-12-08 23:20:23 +03:00
.endif # !make(install)
.include <bsd.subdir.mk>