opnsense-src/sys/modules/netgraph/atm/uni/Makefile
Enji Cooper 193d9e768b sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic

Tested with:	`cd sys/modules; make ALL_MODULES=` on amd64
MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 10:10:17 +00:00

17 lines
383 B
Makefile

# $FreeBSD$
#
# Author: Harti Brandt <harti@freebsd.org>
#
LIBBASE= ${SRCTOP}/sys/contrib/ngatm
.PATH: ${SRCTOP}/sys/netgraph/atm/uni
.PATH: ${LIBBASE}/netnatm/sig
KMOD= ng_uni
SRCS= ng_uni.c sig_call.c sig_uni.c sig_party.c sig_coord.c \
sig_reset.c sig_verify.c sig_print.c sig_unimsgcpy.c
CFLAGS+= -I${LIBBASE} -I${LIBBASE}/netnatm/sig # -DUNI_DEBUG
.include <bsd.kmod.mk>