Deleted Added
full compact
Makefile (156813) Makefile (163893)
1# $FreeBSD: head/sys/boot/pc98/loader/Makefile 156813 2006-03-17 18:54:44Z ru $
1# $FreeBSD: head/sys/boot/pc98/loader/Makefile 163893 2006-11-02 00:26:45Z marcel $
2
3.include <bsd.own.mk>
4
5PROG= loader.sym
6INTERNALPROG=
7NEWVERSWHAT= "bootstrap loader" pc98
8
9# architecture-specific loader code
10SRCS= main.c conf.c vers.c
11.PATH: ${.CURDIR}/../../i386/loader
12
13# Enable PXE TFTP or NFS support, not both.
14.if defined(LOADER_TFTP_SUPPORT)
15CFLAGS+= -DLOADER_TFTP_SUPPORT
16.else
17CFLAGS+= -DLOADER_NFS_SUPPORT
18.endif
19
2
3.include <bsd.own.mk>
4
5PROG= loader.sym
6INTERNALPROG=
7NEWVERSWHAT= "bootstrap loader" pc98
8
9# architecture-specific loader code
10SRCS= main.c conf.c vers.c
11.PATH: ${.CURDIR}/../../i386/loader
12
13# Enable PXE TFTP or NFS support, not both.
14.if defined(LOADER_TFTP_SUPPORT)
15CFLAGS+= -DLOADER_TFTP_SUPPORT
16.else
17CFLAGS+= -DLOADER_NFS_SUPPORT
18.endif
19
20HAVE_BCACHE= yes
21
20# Enable PnP and ISA-PnP code.
21HAVE_PNP= yes
22HAVE_ISABUS= yes
23
24.if ${MK_FORTH} != "no"
25# Enable BootForth
26BOOT_FORTH= yes
27CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386

--- 68 unchanged lines hidden ---
22# Enable PnP and ISA-PnP code.
23HAVE_PNP= yes
24HAVE_ISABUS= yes
25
26.if ${MK_FORTH} != "no"
27# Enable BootForth
28BOOT_FORTH= yes
29CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386

--- 68 unchanged lines hidden ---