Sync with sys/boot/i386/libi386/Makefile revision 1.15.

This commit is contained in:
Yoshihiro Takahashi 1999-11-03 08:23:57 +00:00
parent 2da4a92c96
commit 2bb35fafc7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52825

View File

@ -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