Enable alpha.
This commit is contained in:
parent
0325be06dd
commit
5837fe443f
@ -1,12 +1,13 @@
|
||||
# $NetBSD: Makefile,v 1.32 1999/03/03 12:00:20 jonathan Exp $
|
||||
# $NetBSD: Makefile,v 1.33 1999/03/10 06:47:57 ross Exp $
|
||||
|
||||
SUBDIR= adosfs arch compat dev filecorefs isofs miscfs msdosfs net \
|
||||
netatalk netccitt netinet netiso netnatm netns nfs sys ufs uvm vm
|
||||
|
||||
.if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "powerpc" && \
|
||||
.if ${MACHINE_ARCH} != "powerpc" && \
|
||||
${MACHINE_ARCH} != "mipseb" &&${MACHINE_ARCH} != "mipsel")
|
||||
|
||||
SUBDIR+= lkm
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user