Deleted Added
full compact
Makefile (125722) Makefile (125751)
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 125722 2004-02-11 22:25:25Z ru $
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 125751 2004-02-12 21:43:50Z ru $
2
3PROG= loader.sym
4INTERNALPROG=
5NEWVERSWHAT= "bootstrap loader" i386
6
7# architecture-specific loader code
8SRCS= main.c conf.c vers.c
9

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

33.endif
34
35# Always add MI sources
36.PATH: ${.CURDIR}/../../common
37.include "${.CURDIR}/../../common/Makefile.inc"
38CFLAGS+= -I${.CURDIR}/../../common
39CFLAGS+= -I.
40
2
3PROG= loader.sym
4INTERNALPROG=
5NEWVERSWHAT= "bootstrap loader" i386
6
7# architecture-specific loader code
8SRCS= main.c conf.c vers.c
9

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

33.endif
34
35# Always add MI sources
36.PATH: ${.CURDIR}/../../common
37.include "${.CURDIR}/../../common/Makefile.inc"
38CFLAGS+= -I${.CURDIR}/../../common
39CFLAGS+= -I.
40
41CLEANFILES= vers.c loader loader.list loader.bin loader.help
41CLEANFILES= vers.c loader loader.bin loader.help
42
43CFLAGS+= -Wall
44LDFLAGS= -static -Ttext 0x0
45
46# i386 standalone support library
47LIBI386= ${.OBJDIR}/../libi386/libi386.a
48CFLAGS+= -I${.CURDIR}/..
49

--- 46 unchanged lines hidden ---
42
43CFLAGS+= -Wall
44LDFLAGS= -static -Ttext 0x0
45
46# i386 standalone support library
47LIBI386= ${.OBJDIR}/../libi386/libi386.a
48CFLAGS+= -I${.CURDIR}/..
49

--- 46 unchanged lines hidden ---