No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / pmax / stand / boot / Makefile
blobd7c5777fecffbdc2ad7808f7386e337f49b85b55
1 # $NetBSD: Makefile,v 1.7 2002/01/31 04:23:15 lukem Exp $
2 # @(#)Makefile 8.3 (Berkeley) 2/16/94
4 SECONDARY_PROG= boot.pmax
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
10 CPPFLAGS+= -DBOOT_TYPE_NAME='"Secondary"'
12 # Copy boot.pmax to / as well.
13 afterinstall:
14 ${INSTALL_FILE} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
15 ${STRIPFLAG} ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/${PROG}
17 .include "../Makefile.booters"