xref: /netbsd-src/usr.bin/fdformat/Makefile (revision 179b12252ecaf3553d9c2b7458ce62b6a2203d0c)
1#	$NetBSD: Makefile,v 1.13 2010/03/30 07:26:23 mrg Exp $
2
3.include <bsd.own.mk>
4
5.if (${MACHINE_ARCH} == "alpha" || \
6     ${MACHINE_CPU} == "arm" || \
7     ${MACHINE_ARCH} == "i386" || \
8     ${MACHINE_ARCH} == "m68k" || \
9     ${MACHINE_CPU} == "powerpc" || \
10     ${MACHINE_ARCH} == "sparc" || \
11     ${MACHINE_ARCH} == "sparc64" || \
12     ${MACHINE_ARCH} == "x86_64")
13PROG=	fdformat
14.endif
15
16MAN=	fdformat.1
17.include <bsd.prog.mk>
18