summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat/Makefile
blob: 7d074d91680e69c3c9ae9e174ed71e8ecb30416e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.4 2005/03/09 18:41:50 miod Exp $

.if ${MACHINE} == "i386" || ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
PROG=	fdformat
DPADD=	${LIBUTIL}
LDADD=	-lutil
.else
NOPROG=yes
.endif

MAN=fdformat.1

MANSUBDIR=i386 sparc sparc64

.include <bsd.prog.mk>