1999-10-21 09:06:11 +00:00
|
|
|
# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
|
1999-10-21 07:27:47 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-11-26 21:59:30 +00:00
|
|
|
SUBDIR= async bpf bridge cisco echo ether frame_relay hole iface ksocket lmi \
|
2001-01-30 10:20:43 +00:00
|
|
|
netgraph one2many ppp pppoe pptpgre rfc1490 socket sync_ar sync_sr \
|
|
|
|
tee tty UI vjc
|
1999-10-21 07:27:47 +00:00
|
|
|
|
2000-04-12 19:57:32 +00:00
|
|
|
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
|
|
|
|
SUBDIR+= mppc
|
|
|
|
.endif
|
|
|
|
|
1999-10-21 07:27:47 +00:00
|
|
|
.include <bsd.subdir.mk>
|