summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/setnetbootinfo/Makefile
blob: 8dd68fb9316f04a835b47faeebb4272004f36b66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$OpenBSD: Makefile,v 1.3 2003/07/19 00:03:51 david Exp $
#	$NetBSD: Makefile,v 1.4 1997/04/06 08:41:36 cgd Exp $

.PATH:	${.CURDIR}/..

MAN=	setnetbootinfo.8
MANSUBDIR=alpha

.if ${MACHINE} == "alpha"
PROG=	setnetbootinfo
BINDIR=	/usr/mdec

CFLAGS+= -I${.CURDIR}/..
LDSTATIC=-static
.else
NOPROG=
.endif

.include <bsd.prog.mk>