summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/setnetbootinfo/Makefile
blob: 293399e1da80cb7bf09ea84f9934a489ea84618c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.1 1997/05/05 06:02:02 millert Exp $
#	$NetBSD: Makefile,v 1.4 1997/04/06 08:41:36 cgd Exp $

.PATH:	${.CURDIR}/..

PROG=	setnetbootinfo
BINDIR=	/usr/mdec

MAN=	setnetbootinfo.8
MANSUBDIR=/alpha

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

.include <bsd.prog.mk>