Deleted Added
full compact
Makefile (190046) Makefile (201339)
1# $FreeBSD: head/sys/boot/pc98/libpc98/Makefile 190046 2009-03-19 13:53:42Z nyan $
1# $FreeBSD: head/sys/boot/pc98/libpc98/Makefile 201339 2009-12-31 12:05:48Z nyan $
2#
3LIB= pc98
4INTERNALLIB=
5
6.PATH: ${.CURDIR}/../../i386/libi386
7
8SRCS= bioscd.c biosdisk.c biosmem.c biospnp.c \
9 biospci.c biossmap.c bootinfo.c bootinfo32.c \
10 comconsole.c devicename.c elf32_freebsd.c \
2#
3LIB= pc98
4INTERNALLIB=
5
6.PATH: ${.CURDIR}/../../i386/libi386
7
8SRCS= bioscd.c biosdisk.c biosmem.c biospnp.c \
9 biospci.c biossmap.c bootinfo.c bootinfo32.c \
10 comconsole.c devicename.c elf32_freebsd.c \
11 i386_copy.c i386_module.c nullconsole.c pxe.c pxetramp.s \
11 i386_copy.c i386_module.c nullconsole.c pc98_sys.c pxe.c pxetramp.s \
12 time.c vidconsole.c
13
14# Enable PXE TFTP or NFS support, not both.
15.if defined(LOADER_TFTP_SUPPORT)
16CFLAGS+= -DLOADER_TFTP_SUPPORT
17.else
18CFLAGS+= -DLOADER_NFS_SUPPORT
19.endif

--- 25 unchanged lines hidden ---
12 time.c vidconsole.c
13
14# Enable PXE TFTP or NFS support, not both.
15.if defined(LOADER_TFTP_SUPPORT)
16CFLAGS+= -DLOADER_TFTP_SUPPORT
17.else
18CFLAGS+= -DLOADER_NFS_SUPPORT
19.endif

--- 25 unchanged lines hidden ---