Deleted Added
full compact
Makefile (56752) Makefile (56903)
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 56752 2000-01-28 15:19:22Z jhb $
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 56903 2000-01-30 06:56:27Z jhb $
2
3BASE= loader
4PROG= ${BASE} cdboot
5MAN5= ../../forth/loader.conf.5
6MAN8= loader.8 ../../forth/loader.4th.8
7#NOMAN=
8STRIP=
9NEWVERSWHAT= "bootstrap loader" i386
10BINDIR?= /boot
11
12# architecture-specific loader code
13SRCS= main.c conf.c
14
15# Enable PnP and ISA-PnP code.
16HAVE_PNP= yes
17HAVE_ISABUS= yes
18
19# Enable BootForth
2
3BASE= loader
4PROG= ${BASE} cdboot
5MAN5= ../../forth/loader.conf.5
6MAN8= loader.8 ../../forth/loader.4th.8
7#NOMAN=
8STRIP=
9NEWVERSWHAT= "bootstrap loader" i386
10BINDIR?= /boot
11
12# architecture-specific loader code
13SRCS= main.c conf.c
14
15# Enable PnP and ISA-PnP code.
16HAVE_PNP= yes
17HAVE_ISABUS= yes
18
19# Enable BootForth
20#BOOT_FORTH= yes
21#CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
20BOOT_FORTH= yes
21CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
22.if exists(${.OBJDIR}/../../ficl/libficl.a)
23LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
24.else
25LIBFICL= ${.CURDIR}/../../ficl/libficl.a
26.endif
27
28# Always add MI sources
29.PATH: ${.CURDIR}/../../common

--- 109 unchanged lines hidden ---
22.if exists(${.OBJDIR}/../../ficl/libficl.a)
23LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
24.else
25LIBFICL= ${.CURDIR}/../../ficl/libficl.a
26.endif
27
28# Always add MI sources
29.PATH: ${.CURDIR}/../../common

--- 109 unchanged lines hidden ---