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

20 lines
409 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 1999/03/31 02:35:14 simonb Exp $
1999-03-25 15:10:12 +03:00
# @(#)Makefile 8.3 (Berkeley) 2/16/94
S= ${.CURDIR}/../../../..
PROG= boot
RELOC= 80710000
BINMODE= 555
MKMAN= no
SRCS= start.S boot.c
NEWVERSWHAT= "Secondary Boot"
VERSIONFILE= ${.CURDIR}/version
.PATH: ${.CURDIR}/../lib
1999-03-25 15:10:12 +03:00
# Copy boot to / as well.
afterinstall:
cp -p ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/
1999-03-25 15:10:12 +03:00
.include "../Makefile.booters"