blob: d76a0a9706b8b14e6225fa34b5f3c917f08d2264 (
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
36
37
38
39
40
|
# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
# $FreeBSD$
SUBDIR= UI \
async \
bpf \
bridge \
cisco \
echo \
eiface \
etf \
ether \
frame_relay \
gif \
gif_demux \
hole \
iface \
ip_input \
ksocket \
l2tp \
lmi \
netgraph \
one2many \
ppp \
pppoe \
pptpgre \
rfc1490 \
socket \
split \
sync_ar \
sync_sr \
tee \
tty \
vjc
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
SUBDIR+= mppc
.endif
.include <bsd.subdir.mk>
|