]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/fdformat/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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>