summaryrefslogtreecommitdiff
path: root/usr.bin/fdformat/Makefile
blob: 53b454287aad30ed9940c9d0f702f1834d5d6f3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.8 2002/12/10 16:07:28 fvdl Exp $

.if (${MACHINE} == "acorn32" || \
     ${MACHINE_ARCH} == "alpha" || \
     ${MACHINE} == "cats" || \
     ${MACHINE} == "atari" || \
     ${MACHINE} == "bebox" || \
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "sparc" || \
     ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE_ARCH} == "x86_64")
PROG=	fdformat
.endif

MAN=	fdformat.1
.include <bsd.prog.mk>