summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat/Makefile
blob: a514020e16795c02f1aaa154ac053468c2c07cfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.3 2000/05/18 16:46:37 espie Exp $

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

MAN=fdformat.1

MANSUBDIR=i386 sparc

.include <bsd.prog.mk>