Deleted Added
full compact
Makefile (125516) Makefile (125517)
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 125516 2004-02-06 12:45:27Z ru $
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 125517 2004-02-06 12:58:32Z ru $
2
3PROG= loader
4STRIP=
5NEWVERSWHAT= "bootstrap loader" i386
2
3PROG= loader
4STRIP=
5NEWVERSWHAT= "bootstrap loader" i386
6BINDIR?= /boot
7INSTALLFLAGS= -b
8
9# architecture-specific loader code
10SRCS= main.c conf.c
11
12CFLAGS+= -ffreestanding
13# Enable PXE TFTP or NFS support, not both.
14.if defined(LOADER_TFTP_SUPPORT)

--- 114 unchanged lines hidden ---
6INSTALLFLAGS= -b
7
8# architecture-specific loader code
9SRCS= main.c conf.c
10
11CFLAGS+= -ffreestanding
12# Enable PXE TFTP or NFS support, not both.
13.if defined(LOADER_TFTP_SUPPORT)

--- 114 unchanged lines hidden ---