]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/netgraph/atm/uni/Makefile
Merge ^/vendor/llvm-openmp/dist up to its last change, and resolve conflicts.
[FreeBSD/FreeBSD.git] / sys / modules / netgraph / atm / uni / Makefile
1 # $FreeBSD$
2 #
3 # Author: Harti Brandt <harti@freebsd.org>
4 #
5
6 LIBBASE= ${SRCTOP}/sys/contrib/ngatm
7
8 .PATH: ${SRCTOP}/sys/netgraph/atm/uni
9 .PATH: ${LIBBASE}/netnatm/sig
10
11 KMOD=   ng_uni
12 SRCS=   ng_uni.c sig_call.c sig_uni.c sig_party.c sig_coord.c           \
13         sig_reset.c sig_verify.c sig_print.c sig_unimsgcpy.c
14
15 CFLAGS+= -I${LIBBASE} -I${LIBBASE}/netnatm/sig # -DUNI_DEBUG
16
17 .include <bsd.kmod.mk>