1998-10-23 22:29:08 +00:00
|
|
|
# $Id: Makefile,v 1.10 1998/10/22 20:23:15 msmith Exp $
|
1998-08-21 03:17:42 +00:00
|
|
|
#
|
1998-10-21 20:07:57 +00:00
|
|
|
LIB= i386
|
1998-08-21 03:17:42 +00:00
|
|
|
NOPIC=
|
|
|
|
NOPROFILE=
|
1998-10-21 20:07:57 +00:00
|
|
|
INTERNALLIB= true
|
1998-09-30 22:36:45 +00:00
|
|
|
INTERNALSTATICLIB= true
|
1998-08-21 03:17:42 +00:00
|
|
|
|
1998-10-23 22:29:08 +00:00
|
|
|
SRCS= aout_freebsd.c biosdisk.c biosmem.c biospnp.c biospci.c \
|
|
|
|
bootinfo.c comconsole.c devicename.c elf_freebsd.c gatea20.c \
|
|
|
|
i386_copy.c i386_module.c time.c vidconsole.c
|
1998-08-21 03:17:42 +00:00
|
|
|
|
1998-10-14 07:08:16 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
|
|
|
|
-I${.CURDIR}/../../.. -I.
|
1998-08-21 03:17:42 +00:00
|
|
|
|
|
|
|
# Make the disk code more talkative
|
1998-09-26 01:30:20 +00:00
|
|
|
#CFLAGS+= -DDISK_DEBUG
|
1998-08-21 03:17:42 +00:00
|
|
|
|
1998-10-21 20:07:57 +00:00
|
|
|
# If it's not there, don't consider it a target
|
|
|
|
.if exists(${.CURDIR}/../../../i386/include)
|
|
|
|
beforedepend ${OBJS}: machine
|
1998-10-14 07:08:16 +00:00
|
|
|
|
|
|
|
machine:
|
|
|
|
ln -sf ${.CURDIR}/../../../i386/include machine
|
|
|
|
|
1998-10-21 20:07:57 +00:00
|
|
|
.endif
|
|
|
|
|
1998-10-14 07:08:16 +00:00
|
|
|
CLEANFILES+= machine
|
|
|
|
|
1998-08-21 03:17:42 +00:00
|
|
|
.include <bsd.lib.mk>
|