freebsd-dev/sys/boot/i386/libi386/Makefile

16 lines
367 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.4 1998/09/18 02:02:33 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>