summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat/Makefile
blob: add20ed543b4c4dd7e1d0bdab683ba7f7e0a2a17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile,v 1.7 2016/09/01 09:54:58 tedu Exp $

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

MAN=fdformat.1

MANSUBDIR=i386 sparc64 amd64

.include <bsd.prog.mk>