Deleted Added
full compact
Makefile (38466) Makefile (39178)
1# $Id$
1# $Id: Makefile,v 1.1.1.1 1998/08/21 03:17:41 msmith Exp $
2# from $NetBSD: Makefile,v 1.12 1998/02/19 14:18:36 drochner Exp $
3
4BASE= loader
5PROG= ${BASE}.sym
6NOMAN=
7NEWVERSWHAT= "bootstrap loader"
8
2# from $NetBSD: Makefile,v 1.12 1998/02/19 14:18:36 drochner Exp $
3
4BASE= loader
5PROG= ${BASE}.sym
6NOMAN=
7NEWVERSWHAT= "bootstrap loader"
8
9# Enable PnP and ISA-PnP code.
10#HAVE_PNP= yes
11#HAVE_ISABUS= yes
12
9# architecture-specific loader code
10SRCS+= main.c conf.c
11
12# Always add MI sources
13.PATH: ${.CURDIR}/../../common
14.include <${.CURDIR}/../../common/Makefile.inc>
15CFLAGS+= -I${.CURDIR}/../../common
16# Verbose ls causes extra heap usage

--- 20 unchanged lines hidden ---
13# architecture-specific loader code
14SRCS+= main.c conf.c
15
16# Always add MI sources
17.PATH: ${.CURDIR}/../../common
18.include <${.CURDIR}/../../common/Makefile.inc>
19CFLAGS+= -I${.CURDIR}/../../common
20# Verbose ls causes extra heap usage

--- 20 unchanged lines hidden ---