xref: /netbsd-src/sys/arch/pmax/stand/boot/Makefile (revision 4472dbe5e3bd91ef2540bada7a7ca7384627ff9b)
1#	$NetBSD: Makefile,v 1.6 1999/11/27 23:57:42 simonb Exp $
2#	@(#)Makefile	8.3 (Berkeley) 2/16/94
3
4SECONDARY_PROG=	boot.pmax
5
6SRCS=		start.S boot.c
7SRCS+=		bootinfo.c callvec.c conf.c devopen.c putchar.c rz.c
8SRCS+=		bootinit.S bootread.S getchar.S startprog.S
9
10CPPFLAGS+=	-DBOOT_TYPE_NAME='"Secondary"'
11
12# Copy bootpmax to / as well.
13afterinstall:
14	cp -p ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/
15
16.include "../Makefile.booters"
17