1# $FreeBSD$
2#
3# Author: Harti Brandt <harti@freebsd.org>
4#
5.PATH: ${.CURDIR}/../../../../netgraph/atm
6
7KMOD=	ng_atm
8SRCS=	ng_atm.c
9# CFLAGS+= -DNGATM_DEBUG
10
11.include <bsd.kmod.mk>
12