1 # $NetBSD: Makefile,v 1.4 1999/03/31 02:35:14 simonb Exp $ 2 # @(#)Makefile 8.3 (Berkeley) 2/16/94 3 4 S= ${.CURDIR}/../../../.. 5 6 PROG= boot 7 RELOC= 80710000 8 BINMODE= 555 9 MKMAN= no 10 SRCS= start.S boot.c 11 NEWVERSWHAT= "Secondary Boot" 12 VERSIONFILE= ${.CURDIR}/version 13 .PATH: ${.CURDIR}/../lib 14 15 # Copy boot to / as well. 16 afterinstall: 17 cp -p ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/ 18 19 .include "../Makefile.booters" 20