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