Home | History | Annotate | Line # | Download | only in boot
Makefile revision 1.6.12.2
      1  1.6.12.2  nathanw #	$NetBSD: Makefile,v 1.6.12.2 2002/08/01 02:42:58 nathanw Exp $
      2       1.1   simonb #	@(#)Makefile	8.3 (Berkeley) 2/16/94
      3       1.1   simonb 
      4       1.6   simonb SECONDARY_PROG=	boot.pmax
      5       1.1   simonb 
      6       1.3   simonb SRCS=		start.S boot.c
      7       1.6   simonb SRCS+=		bootinfo.c callvec.c conf.c devopen.c putchar.c rz.c
      8       1.6   simonb SRCS+=		bootinit.S bootread.S getchar.S startprog.S
      9       1.1   simonb 
     10       1.6   simonb CPPFLAGS+=	-DBOOT_TYPE_NAME='"Secondary"'
     11       1.6   simonb 
     12  1.6.12.2  nathanw # Copy boot.pmax to / as well.
     13       1.3   simonb afterinstall:
     14  1.6.12.1  nathanw 	${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
     15  1.6.12.1  nathanw 	    ${STRIPFLAG} ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/${PROG}
     16       1.1   simonb 
     17       1.3   simonb .include "../Makefile.booters"
     18