From 817cc37fae979ec15b9a0f54ee2f483502cf1503 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 2 Sep 1997 20:58:17 +0000 Subject: machine diskinfo command, toby is filling w/ meat at the moment --- sys/arch/i386/stand/libsa/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sys/arch/i386/stand/libsa/Makefile') diff --git a/sys/arch/i386/stand/libsa/Makefile b/sys/arch/i386/stand/libsa/Makefile index a09fc8e4cee..e84d626c0cd 100644 --- a/sys/arch/i386/stand/libsa/Makefile +++ b/sys/arch/i386/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 1997/08/27 21:08:49 mickey Exp $ +# $OpenBSD: Makefile,v 1.25 1997/09/02 20:58:15 mickey Exp $ LIB= sa @@ -14,8 +14,8 @@ DIR_KERN=$S/lib/libkern # i386 stuff (so, it will possibly load in the same 64k) SRCS= gidt.S debug_i386.S alloca.S \ - machdep.c dev_i386.c exec_i386.c biosdev.c gateA20.c memprobe.c \ - bioscons.c time.c + machdep.c dev_i386.c exec_i386.c cmd_i386.c \ + biosdev.c bioscons.c gateA20.c memprobe.c time.c # stand routines SRCS+= alloc.c exit.c exec.c getfile.c gets.c globals.c strcmp.c strlen.c \ @@ -57,4 +57,5 @@ install: .include CPPFLAGS+=-DLINKADDR=${LINKADDR} -DHEAP_LIMIT=${HEAP_LIMIT} ${DEBUGFLAGS} +CPPFLAGS+=-I${.CURDIR}/../boot CFLAGS+=${SACFLAGS} -D__INTERNAL_LIBSA_CREAD -- cgit v1.2.3