diff options
| author | martin <martin@NetBSD.org> | 2019-08-27 14:54:17 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2019-08-27 14:54:17 +0000 |
| commit | ee4e995dca403b63e90ea02f7f4e27772a639e12 (patch) | |
| tree | bc202013a4229c5981b6a7d81e89909b32256d68 /lib/libnpf | |
| parent | 93639d65c2633e79823b8c81599c2fcf27d8bea7 (diff) | |
Include libnv directly into this library
Diffstat (limited to 'lib/libnpf')
| -rw-r--r-- | lib/libnpf/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libnpf/Makefile b/lib/libnpf/Makefile index 3727bee858d..aa9cfd82486 100644 --- a/lib/libnpf/Makefile +++ b/lib/libnpf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2019/08/24 13:20:52 rmind Exp $ +# $NetBSD: Makefile,v 1.12 2019/08/27 14:54:17 martin Exp $ USE_SHLIBDIR= yes @@ -12,11 +12,11 @@ SRCS= npf.c INCS= npf.h INCSDIR= /usr/include -LIBNV!= cd ${NETBSDSRCDIR}/external/bsd/libnv/lib && ${PRINTOBJDIR} -CPPFLAGS+= -I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist +LIBNV_DIST= ${NETBSDSRCDIR}/external/bsd/libnv/lib -DPADD+= ${LIBNV}/libnv.a -LDADD+= -L${LIBNV} -lnv +.include "${LIBNV_DIST}/srcs.mk" +SRCS+= ${LIBNV_SRCS} +CPPFLAGS.npf.c += -I${NVSRC_DISTPATH} WARNS= 5 |
