summaryrefslogtreecommitdiff
path: root/usr.sbin/mkuboot/Makefile
blob: c341cc140461a4690363c81d6b73166958485aab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$OpenBSD: Makefile,v 1.1 2013/05/30 19:17:15 bmercer Exp $

.if ${MACHINE} == "beagle"

BINDIR=	/usr/sbin
PROG=	mkuboot
DPADD=	${LIBZ}
LDADD=	-lz
CFLAGS=	-DMACHINE_ARCH=\"${MACHINE_ARCH}\"

.else

NOPROG=yes

.endif

MAN=	mkuboot.8

.include <bsd.prog.mk>