]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/fdcontrol/Makefile
This commit was generated by cvs2svn to compensate for changes in r95421,
[FreeBSD/FreeBSD.git] / usr.sbin / fdcontrol / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../fdread
4
5 PROG=   fdcontrol
6 SRCS=   fdcontrol.c fdutil.c
7 MAN=    fdcontrol.8
8
9 WARNS?= 2
10 CFLAGS+=        -I${.CURDIR}/../fdread
11
12 .include <bsd.prog.mk>