freebsd-dev/sys/modules/netgraph/Makefile
Brooks Davis 105a4f7b3c ng_atmllc: remove
This standalone module is the last vestage of ATM support in the tree so
send it on its way.

Reviewed by:	manu, emaste
Relnotes:	yes
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D38880
2023-03-09 18:04:21 +00:00

66 lines
803 B
Makefile

# $Whistle: Makefile,v 1.5 1999/01/24 06:48:37 archie Exp $
# $FreeBSD$
SYSDIR?=${SRCTOP}/sys
.include "${SYSDIR}/conf/kern.opts.mk"
SUBDIR= async \
${_bluetooth} \
bpf \
bridge \
car \
checksum \
cisco \
deflate \
device \
echo \
eiface \
etf \
ether \
ether_echo \
frame_relay \
gif \
gif_demux \
hole \
hub \
iface \
ip_input \
ipfw \
ksocket \
l2tp \
lmi \
macfilter \
${_mppc} \
nat \
netflow \
netgraph \
one2many \
patch \
pipe \
ppp \
pppoe \
pptpgre \
pred1 \
rfc1490 \
socket \
source \
split \
tag \
tcpmss \
tee \
tty \
UI \
vjc \
vlan \
vlan_rotate
.if ${MK_BLUETOOTH} != "no" || defined(ALL_MODULES)
_bluetooth= bluetooth
.endif
.if ${MK_CRYPT} != "no" && exists(${SYSDIR}/crypto/rc4/rc4.c)
_mppc= mppc
.endif
.include <bsd.subdir.mk>