1# $FreeBSD$
2#
3# Author: Harti Brandt <[email protected]>
4#
5
6LIBBASE= ${SRCTOP}/sys/contrib/ngatm
7
8.PATH: ${SRCTOP}/sys/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