aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph/Makefile
blob: ac4eb39676f553e623c4ef8f23172b8c6d5d53c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
# $FreeBSD$

SUBDIR=	async \
	atm \
	${_bluetooth} \
	bpf \
	bridge \
	cisco \
	echo \
	eiface \
	etf \
	ether \
	fec \
	frame_relay \
	gif \
	gif_demux \
	hole \
	hub \
	iface \
	ip_input \
	ksocket \
	l2tp \
	lmi \
	${_mppc} \
	netflow \
	netgraph \
	one2many \
	ppp \
	pppoe \
	pptpgre \
	rfc1490 \
	socket \
	split \
	sppp \
	sync_ar \
	sync_sr \
	tee \
	tty \
	UI \
	vjc \
	vlan

.if !defined(NO_BLUETOOTH) || defined(ALL_MODULES)
_bluetooth=	bluetooth
.endif

.if !defined(NO_CRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
_mppc=		mppc
.endif

.include <bsd.subdir.mk>