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/
11.8Sjdolecek#	$NetBSD: Makefile,v 1.8 2002/06/18 20:23:08 jdolecek 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.8Sjdolecek# Copy boot.pmax to / as well.
131.3Ssimonbafterinstall:
141.7Slukem	${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
151.7Slukem	    ${STRIPFLAG} ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/${PROG}
161.1Ssimonb
171.3Ssimonb.include "../Makefile.booters"
18

Indexes created Thu Nov 27 23:09:41 GMT 2025