freebsd LKM works too

This commit is contained in:
jdolecek 2001-10-27 12:10:02 +00:00
parent a24e94e460
commit 899455e34e

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.12 2001/08/14 12:00:01 mrg Exp $
# $NetBSD: Makefile,v 1.13 2001/10/27 12:10:02 jdolecek Exp $
.if (${MACHINE} == "sparc64")
SUBDIR+= netbsd32 sunos32 svr4 svr4_32
.endif
.if (${MACHINE} == "i386")
SUBDIR+= linux
SUBDIR+= freebsd linux
.endif
# These are untested, but do compile. Once they are tested,
@ -22,7 +22,7 @@ SUBDIR+= hpux
.endif
.if (${MACHINE} == "i386")
SUBDIR+= aout freebsd ibcs2 svr4
SUBDIR+= aout ibcs2 svr4
.endif
.if (${MACHINE_ARCH} == "m68k")