Current Path : /sys/modules/netgraph/atm/atmbase/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //sys/modules/netgraph/atm/atmbase/Makefile |
# $FreeBSD: release/9.1.0/sys/modules/netgraph/atm/atmbase/Makefile 121938 2003-11-03 09:18:52Z harti $ # # Author: Harti Brandt <harti@freebsd.org> # LIBBASE= ${.CURDIR}/../../../../contrib/ngatm .PATH: ${.CURDIR}/../../../../netgraph/atm .PATH: ${LIBBASE}/netnatm/misc .PATH: ${LIBBASE}/netnatm/msg KMOD= ngatmbase SRCS= ngatmbase.c unimsg_common.c straddr.c \ traffic.c uni_ie.c uni_msg.c CFLAGS+= -I${LIBBASE} # -DNGATM_DEBUG .include <bsd.kmod.mk>