]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - usr.sbin/fdformat/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.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 WARNS?= 6
9 CFLAGS+= -I${.CURDIR}/../fdread
10
11 .if ${MACHINE} == "pc98"
12 CFLAGS+= -DPC98
13 .endif
14
15 .include <bsd.prog.mk>