]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libcasper/services/cap_dns/Makefile
Import device-tree files from Linux 6.4
[FreeBSD/FreeBSD.git] / lib / libcasper / services / cap_dns / Makefile
1 # $FreeBSD$
2
3 SHLIBDIR?=      /lib
4
5 .include <src.opts.mk>
6
7 PACKAGE=        runtime
8
9 SHLIB_MAJOR=    2
10 INCSDIR?=       ${INCLUDEDIR}/casper
11
12 .if ${MK_CASPER} != "no"
13 SHLIB=  cap_dns
14
15 SRCS=   cap_dns.c
16 .endif
17
18 INCS=   cap_dns.h
19
20 LIBADD= nv
21
22 CFLAGS+=-I${.CURDIR}
23
24 HAS_TESTS=
25 SUBDIR.${MK_TESTS}+= tests
26
27 MAN+=   cap_dns.3
28
29 MLINKS+=cap_dns.3 libcap_dns.3
30 MLINKS+=cap_dns.3 cap_dns_type_limit.3
31 MLINKS+=cap_dns.3 cap_dns_family_limit.3
32
33 .include <bsd.lib.mk>