1# $FreeBSD$
2#
3# Author: Harti Brandt <harti@freebsd.org>
4#
5
6LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
7
8.PATH: ${.CURDIR}/../../../../netgraph/atm/uni
9.PATH: ${LIBBASE}/netnatm/sig
10
11KMOD=	ng_uni
12SRCS=	ng_uni.c sig_call.c sig_uni.c sig_party.c sig_coord.c		\
13	sig_reset.c sig_verify.c sig_print.c sig_unimsgcpy.c
14
15CFLAGS+= -I${LIBBASE} -I${LIBBASE}/netnatm/sig # -DUNI_DEBUG
16
17.include <bsd.kmod.mk>
18