]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/netgraph/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / sys / modules / netgraph / Makefile
1 # $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 SUBDIR= async \
7         atm \
8         atmllc \
9         ${_bluetooth} \
10         bpf \
11         bridge \
12         car \
13         cisco \
14         deflate \
15         device \
16         echo \
17         eiface \
18         etf \
19         ether \
20         fec \
21         frame_relay \
22         gif \
23         gif_demux \
24         hole \
25         hub \
26         iface \
27         ip_input \
28         ipfw \
29         ksocket \
30         l2tp \
31         lmi \
32         ${_mppc} \
33         nat \
34         netflow \
35         netgraph \
36         one2many \
37         ppp \
38         pppoe \
39         pptpgre \
40         pred1 \
41         rfc1490 \
42         socket \
43         source \
44         split \
45         sppp \
46         ${_sync_ar} \
47         ${_sync_sr} \
48         tag \
49         tcpmss \
50         tee \
51         UI \
52         vjc \
53         vlan
54
55 .if ${MACHINE_ARCH} == "i386"
56 _sync_ar=       sync_ar
57 _sync_sr=       sync_sr
58 .endif
59
60 .if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES)
61 _bluetooth=     bluetooth
62 .endif
63
64 .if ${MK_CRYPT} != "no" && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
65 _mppc=          mppc
66 .endif
67
68 .include <bsd.subdir.mk>