1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

unhook netgraph/bridge until somebody makes it compile in LINT

This commit is contained in:
Poul-Henning Kamp 2000-11-26 16:40:00 +00:00
parent a5d5c61c12
commit a1bb9fabb1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69209

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