1 2 3 4 5 6 7 8 9 10 11 12 13
# $FreeBSD$ # # Author: Harti Brandt <harti@freebsd.org> LIBBASE= ${.CURDIR}/../../../../contrib/ngatm .PATH: ${.CURDIR}/../../../../netgraph/atm/sscop ${LIBBASE}/netnatm/saal KMOD= ng_sscop SRCS= ng_sscop.c saal_sscop.c CFLAGS+= -I${LIBBASE} # -DSSCOP_DEBUG .include <bsd.kmod.mk>