summaryrefslogtreecommitdiffstats
path: root/sys/modules/netgraph/atm/sscfu/Makefile
blob: 278159f267974f507c306d72363114ba15e0253a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$
#
# Author: Harti Brandt <harti@freebsd.org>
#

LIBBASE= ${.CURDIR}/../../../../contrib/ngatm

.PATH: ${.CURDIR}/../../../../netgraph/atm/sscfu ${LIBBASE}/netnatm/saal

KMOD=	ng_sscfu
SRCS= 	ng_sscfu.c saal_sscfu.c
CFLAGS+= -I${LIBBASE} # -DSSCFU_DEBUG

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud