NetBSD/sys/arch/pmax/stand/boot/Makefile

17 lines
427 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1999/11/27 23:57:42 simonb Exp $
1999-03-25 15:10:12 +03:00
# @(#)Makefile 8.3 (Berkeley) 2/16/94
SECONDARY_PROG= boot.pmax
1999-03-25 15:10:12 +03:00
SRCS= start.S boot.c
SRCS+= bootinfo.c callvec.c conf.c devopen.c putchar.c rz.c
SRCS+= bootinit.S bootread.S getchar.S startprog.S
1999-03-25 15:10:12 +03:00
CPPFLAGS+= -DBOOT_TYPE_NAME='"Secondary"'
# Copy bootpmax to / as well.
afterinstall:
cp -p ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/
1999-03-25 15:10:12 +03:00
.include "../Makefile.booters"