xref: /NextBSD/usr.sbin/fdformat/Makefile (revision eb1a5f8de9f7ea602c373a710f531abbf81141c4)
1# $FreeBSD$
2
3.PATH: ${.CURDIR}/../fdread
4
5PROG=	fdformat
6SRCS=	fdformat.c fdutil.c
7
8CFLAGS+= -I${.CURDIR}/../fdread
9
10.if ${MACHINE} == "pc98"
11CFLAGS+= -DPC98
12.endif
13
14.include <bsd.prog.mk>
15