Deleted Added
sdiff udiff text old ( 125516 ) new ( 125517 )
full compact
1# $FreeBSD: head/sys/boot/i386/loader/Makefile 125516 2004-02-06 12:45:27Z ru $
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 ---