mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
16 lines
296 B
Makefile
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>
|