Makefile revision 40338
1# $Id: Makefile,v 1.7 1998/09/30 22:36:45 peter Exp $
2#
3LIB=	i386
4NOPIC=
5NOPROFILE=
6INTERNALLIB=	true
7INTERNALSTATICLIB=	true
8
9SRCS=	aout_freebsd.c biosdisk.c biosmem.c bootinfo.c comconsole.c \
10	devicename.c elf_freebsd.c gatea20.c i386_copy.c i386_module.c time.c vidconsole.c
11
12CFLAGS+=	-I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
13		-I${.CURDIR}/../../.. -I.
14
15# Make the disk code more talkative
16#CFLAGS+= -DDISK_DEBUG
17
18
19machine:
20	ln -sf ${.CURDIR}/../../../i386/include machine
21
22CLEANFILES+=	machine
23
24.include <bsd.lib.mk>
25
26beforedepend ${OBJS}: machine
27