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