summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>1999-11-03 08:23:57 +0000
committernyan <nyan@FreeBSD.org>1999-11-03 08:23:57 +0000
commite9b6ffaaf26d7848037de6066c8596a0a1575db7 (patch)
tree16d94e0a76f1344d91a2be695148acf38c213789 /sys/boot/pc98
parent40827ed0589a2c445008337bd62307c04d760407 (diff)
downloadFreeBSD-src-e9b6ffaaf26d7848037de6066c8596a0a1575db7.zip
FreeBSD-src-e9b6ffaaf26d7848037de6066c8596a0a1575db7.tar.gz
Sync with sys/boot/i386/libi386/Makefile revision 1.15.
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r--sys/boot/pc98/libpc98/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/pc98/libpc98/Makefile b/sys/boot/pc98/libpc98/Makefile
index cde163e..ce22e40 100644
--- a/sys/boot/pc98/libpc98/Makefile
+++ b/sys/boot/pc98/libpc98/Makefile
@@ -28,6 +28,10 @@ CFLAGS+= -DCOMSPEED=${BOOT_COMCONSOLE_SPEED}
# Include simple terminal emulation (cons25-compatible)
CFLAGS+= -DTERM_EMU
+# Make "machine" required for all objects
+# (based on the more complete case in sys/i386/boot/Makefile.inc)
+${SRCS:M*.c:R:S/$/.o/g}: machine
+
# If it's not there, don't consider it a target
.if exists(${.CURDIR}/../../../i386/include)
beforedepend ${OBJS}: machine
OpenPOWER on IntegriCloud