blob: 058c67751316329caceffba8181b884e80dab96b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.2 2021/02/19 16:42:24 christos Exp $
LIB=irs
#USE_SHLIBDIR= yes
.include <bsd.own.mk>
.include "${.CURDIR}/../Makefile.inc"
CPPFLAGS+= -I${DIST}/include -I${IDIST}/lib/irs/include
DIST= ${IDIST}/lib/irs
.PATH.c: ${DIST}
SRCS= context.c dnsconf.c resconf.c version.c
.include <bsd.lib.mk>
|