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

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

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

KMOD=	ng_sscop
SRCS= 	ng_sscop.c saal_sscop.c
CFLAGS+= -I${LIBBASE} # -DSSCOP_DEBUG

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