summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/libi386/Makefile
blob: d6525df6e10a1d0fba197fcc42dccb6d3426f2ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id: Makefile,v 1.2 1998/08/31 21:10:43 msmith Exp $
#
LIB=	i386
NOPIC=
NOPROFILE=

SRCS=	aout_freebsd.c biosdisk.c biosmem.c bootinfo.c comconsole.c \
	devicename.c gatea20.c i386_copy.c i386_module.c time.c vidconsole.c

CFLAGS+=	-I${.CURDIR}/../../common -I${.CURDIR}/../btx/lib

# Make the disk code more talkative
#CFLAGS+= -DDISK_DEBUG

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud