opnsense-src/sys/modules/netgraph/atm/atmbase/Makefile
2003-10-24 07:42:08 +00:00

16 lines
296 B
Makefile

# $FreeBSD$
#
# Author: Harti Brandt <harti@freebsd.org>
#
LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
.PATH: ${.CURDIR}/../../../../netgraph/atm
.PATH: ${LIBBASE}/netnatm/misc
KMOD= ngatmbase
SRCS= ngatmbase.c unimsg_common.c
CFLAGS+= -I${LIBBASE} # -DNGATM_DEBUG
.include <bsd.kmod.mk>