Deleted Added
full compact
Makefile (60702) Makefile (61064)
1# $FreeBSD: head/sys/boot/pc98/loader/Makefile 60702 2000-05-19 08:41:45Z dcs $
1# $FreeBSD: head/sys/boot/pc98/loader/Makefile 61064 2000-05-29 11:58:01Z nyan $
2
3BASE= loader
4PROG= ${BASE}
5#NOMAN=
6STRIP=
7NEWVERSWHAT= "bootstrap loader" pc98
8BINDIR?= /boot
9
10CFLAGS+= -DPC98
11
12# architecture-specific loader code
13SRCS= main.c conf.c
2
3BASE= loader
4PROG= ${BASE}
5#NOMAN=
6STRIP=
7NEWVERSWHAT= "bootstrap loader" pc98
8BINDIR?= /boot
9
10CFLAGS+= -DPC98
11
12# architecture-specific loader code
13SRCS= main.c conf.c
14.PATH: ${.CURDIR}/../../i386/loader ${.CURDIR}/../../i386/libi386
14.PATH: ${.CURDIR}/../../i386/loader
15
16# Enable PXE TFTP or NFS support, not both.
17CFLAGS+= -DLOADER_NFS_SUPPORT
18#CFLAGS+= -DLOADER_TFTP_SUPPORT
19
20# Enable PnP and ISA-PnP code.
21HAVE_PNP= yes
22HAVE_ISABUS= yes

--- 111 unchanged lines hidden ---
15
16# Enable PXE TFTP or NFS support, not both.
17CFLAGS+= -DLOADER_NFS_SUPPORT
18#CFLAGS+= -DLOADER_TFTP_SUPPORT
19
20# Enable PnP and ISA-PnP code.
21HAVE_PNP= yes
22HAVE_ISABUS= yes

--- 111 unchanged lines hidden ---