]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/fdformat/Makefile
MFC r326558, r326566:
[FreeBSD/stable/10.git] / usr.sbin / fdformat / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../fdread
4
5 PROG=   fdformat
6 MAN=    fdformat.8
7 SRCS=   fdformat.c fdutil.c
8
9 CFLAGS+= -I${.CURDIR}/../fdread
10
11 .if ${MACHINE} == "pc98"
12 CFLAGS+= -DPC98
13 .endif
14
15 .include <bsd.prog.mk>