zpool(8) uses tbl.
[netbsd-mini2440.git] / usr.bin / fdformat / Makefile
blob48d308d8f96d1324b44e44b3bb46b462176a1d7a
1 # $NetBSD: Makefile,v 1.11 2009/03/08 15:37:12 he Exp $
3 .if (${MACHINE_ARCH} == "alpha" || \
4 ${MACHINE_ARCH} == "arm" || \
5 ${MACHINE_ARCH} == "armeb" || \
6 ${MACHINE_ARCH} == "i386" || \
7 ${MACHINE_ARCH} == "m68k" || \
8 ${MACHINE_ARCH} == "powerpc" || \
9 ${MACHINE_ARCH} == "sparc" || \
10 ${MACHINE_ARCH} == "sparc64" || \
11 ${MACHINE_ARCH} == "x86_64")
12 PROG= fdformat
13 .endif
15 MAN= fdformat.1
16 .include <bsd.prog.mk>