aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/loader/Makefile
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2000-04-23 09:33:31 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2000-04-23 09:33:31 +0000
commit41088a06e795bbb0aaaa83d0cbd4b932c6499500 (patch)
tree7c836dc6745bee3f4dd878a0b4e83c43d765616d /sys/boot/pc98/loader/Makefile
parenta1491bb13c6db359498fc50334b136d341f24297 (diff)
downloadsrc-41088a06e795bbb0aaaa83d0cbd4b932c6499500.tar.gz
src-41088a06e795bbb0aaaa83d0cbd4b932c6499500.zip
Sync with the following changes.
sys/boot/i386/libi386/Makefile 1.16 and 1.17 sys/boot/i386/loader/Makefile 1.44 sys/boot/i386/loader/main.c 1.20
Notes
Notes: svn path=/head/; revision=59535
Diffstat (limited to 'sys/boot/pc98/loader/Makefile')
-rw-r--r--sys/boot/pc98/loader/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/pc98/loader/Makefile b/sys/boot/pc98/loader/Makefile
index bb2dd8fcee63..a9a9455f1c27 100644
--- a/sys/boot/pc98/loader/Makefile
+++ b/sys/boot/pc98/loader/Makefile
@@ -12,7 +12,7 @@ BINDIR?= /boot
CFLAGS+= -DPC98
# architecture-specific loader code
-SRCS= main.c conf.c pxe.c
+SRCS= main.c conf.c
.PATH: ${.CURDIR}/../../i386/loader ${.CURDIR}/../../i386/libi386
# Enable PXE TFTP or NFS support, not both.
@@ -121,7 +121,7 @@ beforeinstall:
${BASE}.sym: ${OBJS} ${LIBPC98} ${LIBSTAND} ${LIBFICL} vers.o
${CC} ${LDFLAGS} -o ${.TARGET} ${BTXCRT} ${OBJS} vers.o \
- ${LIBFICL} ${LIBSTAND} ${LIBPC98} ${LIBSTAND}
+ ${LIBFICL} ${LIBPC98} ${LIBSTAND}
# If it's not there, don't consider it a target
.if exists(${.CURDIR}/../../../i386/include)