Deleted Added
full compact
Makefile (50477) Makefile (52395)
1# $FreeBSD: head/sys/boot/i386/libi386/Makefile 50477 1999-08-28 01:08:13Z peter $
1# $FreeBSD: head/sys/boot/i386/libi386/Makefile 52395 1999-10-19 03:53:59Z dcs $
2#
3LIB= i386
4NOPIC=
5NOPROFILE=
6INTERNALLIB= true
7INTERNALSTATICLIB= true
8
9SRCS= aout_freebsd.c biosdisk.c biosmem.c biospnp.c biospci.c \

--- 10 unchanged lines hidden (view full) ---

20CFLAGS+= -DCOMSPEED=${BOOT_COMCONSOLE_SPEED}
21
22# Make the disk code more talkative
23#CFLAGS+= -DDISK_DEBUG
24
25# Include simple terminal emulation (cons25-compatible)
26CFLAGS+= -DTERM_EMU
27
2#
3LIB= i386
4NOPIC=
5NOPROFILE=
6INTERNALLIB= true
7INTERNALSTATICLIB= true
8
9SRCS= aout_freebsd.c biosdisk.c biosmem.c biospnp.c biospci.c \

--- 10 unchanged lines hidden (view full) ---

20CFLAGS+= -DCOMSPEED=${BOOT_COMCONSOLE_SPEED}
21
22# Make the disk code more talkative
23#CFLAGS+= -DDISK_DEBUG
24
25# Include simple terminal emulation (cons25-compatible)
26CFLAGS+= -DTERM_EMU
27
28# Make "machine" required for all objects
29# (based on the more complete case in sys/i386/boot/Makefile.inc)
30${SRCS:M*.c:R:S/$/.o/g}: machine
31
28# If it's not there, don't consider it a target
29.if exists(${.CURDIR}/../../../i386/include)
30beforedepend ${OBJS}: machine
31
32machine:
33 ln -sf ${.CURDIR}/../../../i386/include machine
34
35.endif
36
37CLEANFILES+= machine
38
39.include <bsd.lib.mk>
32# If it's not there, don't consider it a target
33.if exists(${.CURDIR}/../../../i386/include)
34beforedepend ${OBJS}: machine
35
36machine:
37 ln -sf ${.CURDIR}/../../../i386/include machine
38
39.endif
40
41CLEANFILES+= machine
42
43.include <bsd.lib.mk>