NetBSD/sys/lkm/compat/Makefile
mrg f4bfba2364 add compat svr4 and sunos modules. the sunos module will not work
very well due to places in the kernel using COMPAT_SUNOS (this may
also be true for svr4).
1996-08-28 06:17:23 +00:00

17 lines
252 B
Makefile

# $NetBSD: Makefile,v 1.3 1996/08/28 06:17:23 mrg Exp $
.if (${MACHINE} == "i386")
SUBDIR+= freebsd linux
.endif
.if (${MACHINE} == "sparc")
SUBDIR+= sunos svr4
.endif
.if (${MACHINE_ARCH} == "m68k")
SUBDIR+= sunos
.endif
.include <bsd.subdir.mk>