diff options
Diffstat (limited to 'sys/arch/i386/stand/libsa/Makefile')
-rw-r--r-- | sys/arch/i386/stand/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/Makefile b/sys/arch/i386/stand/libsa/Makefile index 6809b6705f3..e35d35faaea 100644 --- a/sys/arch/i386/stand/libsa/Makefile +++ b/sys/arch/i386/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 1998/07/20 18:14:55 mickey Exp $ +# $OpenBSD: Makefile,v 1.36 1999/08/25 00:54:19 mickey Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -13,7 +13,7 @@ DIR_KERN=$S/lib/libkern SRCS+= machdep.c dev_i386.c exec_i386.c cmd_i386.c .if defined(DEBUGFLAGS) && !empty(DEBUGFLAGS:M-D_TEST) -SRCS+= unixdev.c unixsys.S nullfs.c +SRCS+= unixdev.c unixsys.S nullfs.c memprobe.c CLEANFILES+= gidt.o debug_i386.o alloca.o \ biosdev.o bioscons.o gateA20.o apmprobe.o \ memprobe.o diskprobe.o pciprobe.o smpprobe.o \ |