2003-06-25 09:20:19 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
#
|
|
|
|
|
# Author: Harti Brandt <harti@freebsd.org>
|
|
|
|
|
#
|
|
|
|
|
.PATH: ${.CURDIR}/../../../../netgraph/atm
|
|
|
|
|
|
|
|
|
|
KMOD= ng_atm
|
2009-06-08 15:57:35 -04:00
|
|
|
SRCS= ng_atm.c
|
2003-06-25 09:20:19 -04:00
|
|
|
# CFLAGS+= -DNGATM_DEBUG
|
|
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|