]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/netgraph/atm/sscop/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>