Deleted Added
sdiff udiff text old ( 65607 ) new ( 68358 )
full compact
1# $FreeBSD: head/sys/boot/pc98/loader/Makefile 65607 2000-09-08 11:18:40Z kato $
2
3BASE= loader
4PROG= ${BASE}
5#NOMAN=
6STRIP=
7NEWVERSWHAT= "bootstrap loader" pc98
8BINDIR?= /boot
9
10CFLAGS+= -DPC98
11
12# architecture-specific loader code
13SRCS= main.c conf.c
14.PATH: ${.CURDIR}/../../i386/loader
15
16# Enable PXE TFTP or NFS support, not both.
17CFLAGS+= -DLOADER_NFS_SUPPORT
18#CFLAGS+= -DLOADER_TFTP_SUPPORT
19
20# Enable PnP and ISA-PnP code.
21HAVE_PNP= yes
22HAVE_ISABUS= yes
23
24.if !defined(NOFORTH)
25# Enable BootForth
26BOOT_FORTH= yes

--- 113 unchanged lines hidden ---