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