]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/netgraph/Makefile
This commit was generated by cvs2svn to compensate for changes in r162503,
[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         cisco \
13         device \
14         echo \
15         eiface \
16         etf \
17         ether \
18         fec \
19         frame_relay \
20         gif \
21         gif_demux \
22         hole \
23         hub \
24         iface \
25         ip_input \
26         ipfw \
27         ksocket \
28         l2tp \
29         lmi \
30         ${_mppc} \
31         nat \
32         netflow \
33         netgraph \
34         one2many \
35         ppp \
36         pppoe \
37         pptpgre \
38         rfc1490 \
39         socket \
40         source \
41         split \
42         sppp \
43         ${_sync_ar} \
44         ${_sync_sr} \
45         tag \
46         tcpmss \
47         tee \
48         tty \
49         UI \
50         vjc \
51         vlan
52
53 .if ${MACHINE_ARCH} == "i386"
54 _sync_ar=       sync_ar
55 _sync_sr=       sync_sr
56 .endif
57
58 .if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES)
59 _bluetooth=     bluetooth
60 .endif
61
62 .if ${MK_CRYPT} != "no" && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
63 _mppc=          mppc
64 .endif
65
66 .include <bsd.subdir.mk>