]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/netgraph/atm/atm/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / netgraph / atm / atm / Makefile
1 # $FreeBSD$
2 #
3 # Author: Harti Brandt <harti@freebsd.org>
4 #
5 .PATH: ${.CURDIR}/../../../../netgraph/atm
6
7 KMOD=   ng_atm
8 SRCS=   ng_atm.c
9 # CFLAGS+= -DNGATM_DEBUG
10
11 .include <bsd.kmod.mk>