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 6c38f6acf73..5e757fc4f5c 100644 --- a/sys/arch/i386/stand/libsa/Makefile +++ b/sys/arch/i386/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 1997/04/05 21:29:49 mickey Exp $ +# $OpenBSD: Makefile,v 1.8 1997/04/15 20:01:55 mickey Exp $ LIB= sa @@ -40,7 +40,7 @@ SRCS+= debug.c debug_aout.c debug_i386.S # i386 stuff SRCS+= asm.S bioscom.S biosdev.c biosdisk.S bioskbd.S biostime.S biosmem.S \ dev_i386.c gateA20.c memprobe.c real_prot.S unixsys.S exec_i386.c \ - startprog.S gidt.S + gidt.S NOPROFILE=noprofile NOPIC=nopic |