xref: /netbsd/usr.bin/fdformat/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.7 2002/02/11 18:55:11 thorpej Exp $
2
3.if (${MACHINE} == "acorn32" || \
4     ${MACHINE_ARCH} == "alpha" || \
5     ${MACHINE} == "cats" || \
6     ${MACHINE} == "atari" || \
7     ${MACHINE} == "bebox" || \
8     ${MACHINE_ARCH} == "i386" || \
9     ${MACHINE_ARCH} == "sparc" || \
10     ${MACHINE_ARCH} == "sparc64")
11PROG=	fdformat
12.endif
13
14MAN=	fdformat.1
15.include <bsd.prog.mk>
16