summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/installboot/Makefile
blob: a06945bb82065e7e8b167a7ab886fe11a7eebae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.2 1996/07/29 23:01:53 niklas Exp $
#	$NetBSD: Makefile,v 1.1 1995/11/23 02:41:18 cgd Exp $

.PATH:	${.CURDIR}/..

PROG = installboot
NOMAN =
BINDIR = /usr/mdec

CFLAGS += -g

.include <bsd.prog.mk>