NetBSD/sys/Makefile

20 lines
486 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.75 2008/12/30 22:18:11 pooka 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")
.if make(obj) || make(cleandir)
SUBDIR+=modules
.endif
.endif
.if make(includes) || make(obj) || make(cleandir)
SUBDIR+= rump
.endif
.include <bsd.kinc.mk>