NetBSD/sys/Makefile

22 lines
524 B
Makefile
Raw Normal View History

2008-11-16 22:55:38 +03:00
# $NetBSD: Makefile,v 1.73 2008/11/16 19:55:38 veego 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 netnatm netsmb \
nfs opencrypto sys ufs uvm
# interrupt implementation depends on the kernel within the port
.if (${MACHINE} != "evbppc")
SUBDIR+=modules
.endif
# Speedup stubs for some subtrees that don't need to run these rules
includes-modules:
@true
2008-11-16 22:55:38 +03:00
.if make(obj) || make(cleandir)
SUBDIR+= rump
.endif
.include <bsd.kinc.mk>