NetBSD/sys/Makefile

20 lines
495 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.76 2010/06/26 14:24:27 kefren Exp $
1996-09-30 03:29:16 +04:00
2006-10-29 22:08:53 +03:00
SUBDIR= altq arch compat dev fs miscfs \
2006-08-25 21:40:21 +04:00
net net80211 netatalk netbt netipsec netinet netinet6 \
netisdn netiso netkey netmpls netnatm netsmb \
nfs opencrypto sys ufs uvm
# interrupt implementation depends on the kernel within the port
.if (${MACHINE} != "evbppc")
.if make(obj) || make(cleandir)
SUBDIR+=modules
.endif
.endif
.if make(includes) || make(obj) || make(cleandir)
SUBDIR+= rump
.endif
.include <bsd.kinc.mk>