1 # $FreeBSD: releng/5.2/sys/modules/netgraph/atm/atmbase/Makefile 121938 2003-11-03 09:18:52Z harti $
2 #
3 # Author: Harti Brandt <harti@freebsd.org>
4 #
5
6 LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
7
8 .PATH: ${.CURDIR}/../../../../netgraph/atm
9 .PATH: ${LIBBASE}/netnatm/misc
10 .PATH: ${LIBBASE}/netnatm/msg
11
12 KMOD= ngatmbase
13 SRCS= ngatmbase.c unimsg_common.c straddr.c \
14 traffic.c uni_ie.c uni_msg.c
15
16 CFLAGS+= -I${LIBBASE} # -DNGATM_DEBUG
17
18 .include <bsd.kmod.mk>
Cache object: 60fcb8faf32abd68d7defc0a6757406d
|