freebsd LKM works too
This commit is contained in:
parent
a24e94e460
commit
899455e34e
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user