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

19 lines
398 B
Makefile
Raw Normal View History

1999-04-11 08:25:15 +04:00
# $NetBSD: Makefile,v 1.5 1999/04/11 04:25:15 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
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"