freebsd-dev/sys/modules/netgraph/Makefile
Enji Cooper 193d9e768b sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic

Tested with:	`cd sys/modules; make ALL_MODULES=` on amd64
MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 10:10:17 +00:00

66 lines
788 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 \
atm \
atmllc \
${_bluetooth} \
bpf \
bridge \
car \
cisco \
deflate \
device \
echo \
eiface \
etf \
ether \
ether_echo \
frame_relay \
gif \
gif_demux \
hole \
hub \
iface \
ip_input \
ipfw \
ksocket \
l2tp \
lmi \
${_mppc} \
nat \
netflow \
netgraph \
one2many \
patch \
pipe \
ppp \
pppoe \
pptpgre \
pred1 \
rfc1490 \
socket \
source \
split \
sppp \
tag \
tcpmss \
tee \
tty \
UI \
vjc \
vlan
.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>