NetBSD/sys/arch/alpha/stand/installboot/Makefile
cgd deb4082f80 wholesale update from my NetBSD/Alpha source tree. Includes:
Support for AXPpci CPUs,
	Support for AlphaStation 600 CPUs,
	new boot block structure, which requires an 'installboot'
	    program and works a lot like the NetBSD/sparc boot blocks.
1995-11-23 02:33:17 +00:00

12 lines
163 B
Makefile

# $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>