NetBSD/sys/Makefile

12 lines
345 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.31 1998/10/02 20:20:29 drochner Exp $
1996-09-30 03:29:16 +04:00
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} != "mips" && \
1997-04-19 11:41:45 +04:00
${MACHINE_ARCH} != "powerpc")
SUBDIR+= lkm
.endif
.include <bsd.kinc.mk>