Deleted Added
full compact
Makefile (39850) Makefile (40338)
1# $Id: Makefile,v 1.6 1998/09/30 19:48:09 peter Exp $
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
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
12CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib \
13 -I${.CURDIR}/../../.. -I.
13
14# Make the disk code more talkative
15#CFLAGS+= -DDISK_DEBUG
16
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
17.include <bsd.lib.mk>
24.include <bsd.lib.mk>
25
26beforedepend ${OBJS}: machine