/sys/modules/netgraph/atm/ccatm/Makefile
https://bitbucket.org/freebsd/freebsd-head/ · Makefile · 17 lines · 8 code · 5 blank · 4 comment · 0 complexity · 6b3de2c3b057eef9065aeebd0917a844 MD5 · raw file
- # $FreeBSD$
- #
- # Author: Harti Brandt <harti@freebsd.org>
- #
- LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
- .PATH: ${.CURDIR}/../../../../netgraph/atm/ccatm
- .PATH: ${LIBBASE}/netnatm/api
- KMOD= ng_ccatm
- SRCS= ng_ccatm.c cc_conn.c cc_data.c cc_dump.c cc_port.c cc_sig.c \
- cc_user.c unisap.c
- CFLAGS+= -I${LIBBASE} -DCCATM_DEBUG
- .include <bsd.kmod.mk>