Makefile revision 1.7
11.7Slukem# $NetBSD: Makefile,v 1.7 2002/01/31 04:23:15 lukem 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.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