]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/netgraph/atm/uni/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / netgraph / atm / uni / Makefile
1 # $FreeBSD$
2 #
3 # Author: Harti Brandt <harti@freebsd.org>
4 #
5
6 LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
7
8 .PATH: ${.CURDIR}/../../../../netgraph/atm/uni
9 .PATH: ${LIBBASE}/netnatm/sig
10
11 KMOD=   ng_uni
12 SRCS=   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
15 CFLAGS+= -I${LIBBASE} -I${LIBBASE}/netnatm/sig # -DUNI_DEBUG
16
17 .include <bsd.kmod.mk>