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

18 lines
503 B
Makefile

# $NetBSD: Makefile,v 1.7 2002/01/31 04:23:15 lukem Exp $
# @(#)Makefile 8.3 (Berkeley) 2/16/94
SECONDARY_PROG= boot.pmax
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
CPPFLAGS+= -DBOOT_TYPE_NAME='"Secondary"'
# Copy bootpmax to / as well.
afterinstall:
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${STRIPFLAG} ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/${PROG}
.include "../Makefile.booters"