]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/fdformat/Makefile
efibootmgr: -C isn't implemented
[FreeBSD/FreeBSD.git] / usr.sbin / fdformat / Makefile
1
2 .PATH: ${.CURDIR:H}/fdread
3
4 PROG=   fdformat
5 MAN=    fdformat.8
6 SRCS=   fdformat.c fdutil.c
7
8 CFLAGS+= -I${.CURDIR:H}/fdread
9
10 .include <bsd.prog.mk>