unhook netgraph/bridge until somebody makes it compile in LINT

This commit is contained in:
phk 2000-11-26 16:40:00 +00:00
parent 089f02872c
commit 0f144020e7

View File

@ -1,9 +1,11 @@
# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
# $FreeBSD$
SUBDIR= async bpf bridge cisco echo ether frame_relay hole iface ksocket lmi \
SUBDIR= async bpf cisco echo ether frame_relay hole iface ksocket lmi \
netgraph one2many ppp pppoe pptpgre rfc1490 socket tee tty UI vjc
BROKENDIR= bridge
.if !defined(NOCRYPT) && exists(${.CURDIR}/../../crypto/rc4/rc4.c)
SUBDIR+= mppc
.endif