summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/Makefile
blob: 466a4d473fbe3fef4b1199d183043999a2c7efd5 (plain)
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
# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
# $FreeBSD$

SUBDIR=	async \
	bpf \
	bridge \
	cisco \
	echo \
	eiface \
	ether \
	frame_relay \
	hole \
	iface \
	ksocket \
	lmi \
	netgraph \
	one2many \
	ppp \
	pppoe \
	pptpgre \
	rfc1490 \
	socket \
	split \
	sync_ar \
	sync_sr \
	tee \
	tty \
	UI \
	vjc

.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
SUBDIR+=	mppc
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud