xref: /openbsd-src/usr.sbin/fdformat/Makefile (revision 42e59517247dd4778c65e01e0c64383e9bf06b5e)
1#	$OpenBSD: Makefile,v 1.7 2016/09/01 09:54:58 tedu Exp $
2
3.if ${MACHINE} == "i386" || \
4    ${MACHINE} == "sparc64" || ${MACHINE} == "amd64"
5PROG=	fdformat
6DPADD=	${LIBUTIL}
7LDADD=	-lutil
8.else
9NOPROG=yes
10.endif
11
12MAN=fdformat.1
13
14MANSUBDIR=i386 sparc64 amd64
15
16.include <bsd.prog.mk>
17