/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

  1. # $FreeBSD$
  2. #
  3. # Author: Harti Brandt <harti@freebsd.org>
  4. #
  5. LIBBASE= ${.CURDIR}/../../../../contrib/ngatm
  6. .PATH: ${.CURDIR}/../../../../netgraph/atm/ccatm
  7. .PATH: ${LIBBASE}/netnatm/api
  8. KMOD= ng_ccatm
  9. SRCS= ng_ccatm.c cc_conn.c cc_data.c cc_dump.c cc_port.c cc_sig.c \
  10. cc_user.c unisap.c
  11. CFLAGS+= -I${LIBBASE} -DCCATM_DEBUG
  12. .include <bsd.kmod.mk>