1 # $NetBSD: Makefile,v 1.5.2.1 2000/11/20 20:20:40 bouyer Exp $ 2 # @(#)Makefile 8.3 (Berkeley) 2/16/94 3 4 SECONDARY_PROG= boot.pmax 5 6 SRCS= start.S boot.c 7 SRCS+= bootinfo.c callvec.c conf.c devopen.c putchar.c rz.c 8 SRCS+= bootinit.S bootread.S getchar.S startprog.S 9 10 CPPFLAGS+= -DBOOT_TYPE_NAME='"Secondary"' 11 12 # Copy bootpmax to / as well. 13 afterinstall: 14 cp -p ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/ 15 16 .include "../Makefile.booters" 17