]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/modules/netgraph/atm/sscop/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>