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

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

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

KMOD=	ngatmbase
SRCS= 	ngatmbase.c unimsg_common.c

CFLAGS+= -I${LIBBASE} # -DNGATM_DEBUG

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