]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/iovctl/Makefile
unbound: Vendor import 1.19.3
[FreeBSD/FreeBSD.git] / usr.sbin / iovctl / Makefile
1
2 PROG=   iovctl
3 SRCS=   iovctl.c parse.c validate.c
4 LIBADD= nv ucl m
5
6 CFLAGS+=-I${SRCTOP}/contrib/libucl/include
7
8 MAN=    \
9         iovctl.8 \
10         iovctl.conf.5 \
11
12 .include <bsd.own.mk>
13 .include <bsd.prog.mk>
14