Makefile (55f205ecaea7c3caf8aafee95ee1dc874d6a8348) | Makefile (ed2dbd316aca41338dbad82208cd24cb96b33faa) |
---|---|
1# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $ 2# $FreeBSD$ 3 | 1# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $ 2# $FreeBSD$ 3 |
4SUBDIR= async bpf cisco echo ether frame_relay hole iface ksocket lmi \ | 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> | 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> |