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