]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/fdcontrol/Makefile
ident(1): Normalizing date format
[FreeBSD/FreeBSD.git] / usr.sbin / fdcontrol / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR:H}/fdread
4
5 PROG=   fdcontrol
6 SRCS=   fdcontrol.c fdutil.c
7 CFLAGS+= -I${.CURDIR:H}/fdread
8 MAN=    fdcontrol.8
9
10 .include <bsd.prog.mk>