2008-12-31 01:18:11 +03:00
|
|
|
# $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 \
|
2008-07-29 17:17:40 +04:00
|
|
|
nfs opencrypto sys ufs uvm
|
1993-07-04 18:02:53 +04:00
|
|
|
|
2008-07-28 18:09:55 +04:00
|
|
|
# interrupt implementation depends on the kernel within the port
|
2003-03-16 01:32:07 +03:00
|
|
|
.if (${MACHINE} != "evbppc")
|
2008-12-31 01:18:11 +03:00
|
|
|
.if make(obj) || make(cleandir)
|
2008-11-12 15:35:50 +03:00
|
|
|
SUBDIR+=modules
|
2003-03-16 01:32:07 +03:00
|
|
|
.endif
|
2008-12-31 01:18:11 +03:00
|
|
|
.endif
|
2001-09-22 00:53:36 +04:00
|
|
|
|
2008-11-17 11:54:39 +03:00
|
|
|
.if make(includes) || make(obj) || make(cleandir)
|
2008-07-31 05:11:53 +04:00
|
|
|
SUBDIR+= rump
|
|
|
|
.endif
|
|
|
|
|
1998-06-13 03:22:30 +04:00
|
|
|
.include <bsd.kinc.mk>
|