freebsd-dev/sys/modules/netgraph/atm/uni/Makefile
Hartmut Brandt 4295875a6d The layer 3 (signalling) of NgATM netgraph node: ng_uni. This node
handles user and network side signaling and partly PNNI.
2003-11-07 09:15:14 +00:00

18 lines
401 B
Makefile

# $FreeBSD$
#
# Author: Harti Brandt <harti@freebsd.org>
#
LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
.PATH: ${.CURDIR}/../../../../netgraph/atm/uni
.PATH: ${LIBBASE}/netnatm/sig
KMOD= ng_uni
SRCS= ng_uni.c sig_call.c sig_uni.c sig_party.c sig_coord.c \
sig_reset.c sig_verify.c sig_print.c sig_unimsgcpy.c
CFLAGS+= -I${LIBBASE} -I${LIBBASE}/netnatm/sig # -DUNI_DEBUG
.include <bsd.kmod.mk>