Cross Reference: Makefile
xref: /src/sys/arch/pmax/stand/boot/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/sys/arch/pmax/stand/boot/
Makefile revision 1.6
11.6Ssimonb#	$NetBSD: Makefile,v 1.6 1999/11/27 23:57:42 simonb Exp $
21.1Ssimonb#	@(#)Makefile	8.3 (Berkeley) 2/16/94
31.1Ssimonb
41.6SsimonbSECONDARY_PROG=	boot.pmax
51.1Ssimonb
61.3SsimonbSRCS=		start.S boot.c
71.6SsimonbSRCS+=		bootinfo.c callvec.c conf.c devopen.c putchar.c rz.c
81.6SsimonbSRCS+=		bootinit.S bootread.S getchar.S startprog.S
91.1Ssimonb
101.6SsimonbCPPFLAGS+=	-DBOOT_TYPE_NAME='"Secondary"'
111.6Ssimonb
121.6Ssimonb# Copy bootpmax to / as well.
131.3Ssimonbafterinstall:
141.3Ssimonb	cp -p ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/
151.1Ssimonb
161.3Ssimonb.include "../Makefile.booters"
17

Indexes created Mon Jan 12 22:09:36 GMT 2026