]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/fdformat/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.sbin / fdformat / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../fdread
4
5 PROG=   fdformat
6 SRCS=   fdformat.c fdutil.c
7
8 CFLAGS+= -I${.CURDIR}/../fdread
9
10 .if ${MACHINE} == "pc98"
11 CFLAGS+= -DPC98
12 .endif
13
14 .include <bsd.prog.mk>