Makefile revision 38465
1# $Id$
2#
3SUBDIR=	crt
4LIB=	i386
5NOPIC=
6NOPROFILE=
7
8SRCS=	aout_freebsd.c biosdelay.S biosdisk.c biosdisk_support.S biosgetrtc.S \
9	biosmem.S biosreboot.S bootinfo.c comconsole.c comconsole_support.S \
10	devicename.c gatea20.c getsecs.c i386_module.c pread.c startprog.S \
11	vidconsole.c vidconsole_support.S
12
13CFLAGS+=	-I${.CURDIR}/../../common
14
15# Make the disk code more talkative
16#CFLAGS+= -DDISK_DEBUG
17
18# Minimise the pread() buffer at the price of slower loads
19#CPPFLAGS+= -DSAVE_MEMORY
20
21.include <bsd.lib.mk>
22