2013-04-06 16:48:33 +02:00

18 lines
507 B
Makefile

# $NetBSD: Makefile,v 1.8 2002/06/18 20:23:08 jdolecek 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 boot.pmax to / as well.
afterinstall:
${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${STRIPFLAG} ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/${PROG}
.include "../Makefile.booters"