1178525Sjb# $FreeBSD$
2178525Sjb#
3178525Sjb# Author: Harti Brandt <harti@freebsd.org>
4178525Sjb#
5178525Sjb
6178525SjbLIBBASE= ${.CURDIR}/../../../../contrib/ngatm
7178525Sjb
8178525Sjb.PATH: ${.CURDIR}/../../../../netgraph/atm/uni
9178525Sjb.PATH: ${LIBBASE}/netnatm/sig
10178525Sjb
11178525SjbKMOD=	ng_uni
12178525SjbSRCS=	ng_uni.c sig_call.c sig_uni.c sig_party.c sig_coord.c		\
13178525Sjb	sig_reset.c sig_verify.c sig_print.c sig_unimsgcpy.c
14178525Sjb
15178525SjbCFLAGS+= -I${LIBBASE} -I${LIBBASE}/netnatm/sig # -DUNI_DEBUG
16178525Sjb
17178525Sjb.include <bsd.kmod.mk>
18178525Sjb