]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/netgraph/Makefile
merge fix for boot-time hang on centos' xen
[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 SUBDIR= async \
5         atm \
6         atmllc \
7         ${_bluetooth} \
8         bpf \
9         bridge \
10         cisco \
11         deflate \
12         device \
13         echo \
14         eiface \
15         etf \
16         ether \
17         fec \
18         frame_relay \
19         gif \
20         gif_demux \
21         hole \
22         hub \
23         iface \
24         ip_input \
25         ipfw \
26         ksocket \
27         l2tp \
28         lmi \
29         ${_mppc} \
30         nat \
31         netflow \
32         netgraph \
33         one2many \
34         ppp \
35         pppoe \
36         pptpgre \
37         pred1 \
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 !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
59 _bluetooth=     bluetooth
60 .endif
61
62 .if !defined(NO_CRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
63 _mppc=          mppc
64 .endif
65
66 .include <bsd.subdir.mk>