summaryrefslogtreecommitdiffstats
path: root/usr.sbin/iovctl/Makefile
blob: d5b2780f651fb7770af487d4b197a4a901625676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

PROG=	iovctl
SRCS=	iovctl.c parse.c validate.c
LIBADD=	nv ucl m

CFLAGS+=-I${.CURDIR}/../../contrib/libucl/include

WARNS?=6

MAN=	\
	iovctl.8 \
	iovctl.conf.5 \

.include <bsd.own.mk>
.include <bsd.prog.mk>

OpenPOWER on IntegriCloud