1 # $NetBSD: Makefile,v 1.1 2000/09/18 11:40:47 wdk Exp $ 2 # @(#)Makefile 8.3 (Berkeley) 2/16/94 3 4 SECONDARY_PROG= boot.mipsco 5 6 SRCS= start.S boot.c 7 SRCS+= bootinfo.c callvec.c conf.c devopen.c saio.c 8 SRCS+= prom.S 9 10 CPPFLAGS+= -DBOOT_TYPE_NAME='"Secondary"' 11 12 afterinstall: 13 cp -p ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/ 14 15 .include "../Makefile.booters" 16