1# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $ 2# $FreeBSD$ 3 4SUBDIR= async bpf bridge cisco echo ether frame_relay hole iface ksocket lmi \ 5 netgraph ppp pppoe pptpgre rfc1490 socket tee tty UI vjc 6 7.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c) 8SUBDIR+= mppc 9.endif 10 11.include <bsd.subdir.mk> 12