Deleted Added
full compact
Makefile (83368) Makefile (83616)
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 83368 2001-09-12 10:25:50Z ru $
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 83616 2001-09-18 14:52:36Z sobomax $
2
3BASE= loader
4PROG= ${BASE}
5#NOMAN=
6STRIP=
7NEWVERSWHAT= "bootstrap loader" i386
8BINDIR?= /boot
9INSTALLFLAGS= -b

--- 18 unchanged lines hidden (view full) ---

28CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
29.if exists(${.OBJDIR}/../../ficl/libficl.a)
30LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
31.else
32LIBFICL= ${.CURDIR}/../../ficl/libficl.a
33.endif
34.endif
35
2
3BASE= loader
4PROG= ${BASE}
5#NOMAN=
6STRIP=
7NEWVERSWHAT= "bootstrap loader" i386
8BINDIR?= /boot
9INSTALLFLAGS= -b

--- 18 unchanged lines hidden (view full) ---

28CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/i386
29.if exists(${.OBJDIR}/../../ficl/libficl.a)
30LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
31.else
32LIBFICL= ${.CURDIR}/../../ficl/libficl.a
33.endif
34.endif
35
36.if defined(LOADER_BZIP2_SUPPORT)
37CFLAGS+= -DLOADER_BZIP2_SUPPORT
38.endif
39.if !defined(LOADER_NO_GZIP_SUPPORT)
40CFLAGS+= -DLOADER_GZIP_SUPPORT
41.endif
42
36# Always add MI sources
37.PATH: ${.CURDIR}/../../common
38.include <${.CURDIR}/../../common/Makefile.inc>
39CFLAGS+= -I${.CURDIR}/../../common
40CFLAGS+= -I${.CURDIR}/../../.. -I.
41
42CLEANFILES+= vers.c vers.o ${BASE}.list ${BASE}.bin ${BASE}.sym ${BASE}.help
43

--- 91 unchanged lines hidden ---
43# Always add MI sources
44.PATH: ${.CURDIR}/../../common
45.include <${.CURDIR}/../../common/Makefile.inc>
46CFLAGS+= -I${.CURDIR}/../../common
47CFLAGS+= -I${.CURDIR}/../../.. -I.
48
49CLEANFILES+= vers.c vers.o ${BASE}.list ${BASE}.bin ${BASE}.sym ${BASE}.help
50

--- 91 unchanged lines hidden ---