summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/installboot/Makefile
blob: ab876f2740d004ba00b0e08ca274f6c9a5af25eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.5 1997/05/05 06:01:54 millert Exp $
#	$NetBSD: Makefile,v 1.2 1996/11/06 23:09:13 cgd Exp $

.PATH:	${.CURDIR}/..

PROG=	installboot
BINDIR=	/usr/mdec

MAN=	installboot.8
MANSUBDIR=/alpha

DPADD+= ${LIBUTIL}
LDADD+= -lutil

.include <bsd.prog.mk>