diff options
-rw-r--r-- | sys/arch/i386/stand/libsa/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/libsa/Makefile b/sys/arch/i386/stand/libsa/Makefile index d6cfd1f3151..6c38f6acf73 100644 --- a/sys/arch/i386/stand/libsa/Makefile +++ b/sys/arch/i386/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 1997/04/05 18:56:22 mickey Exp $ +# $OpenBSD: Makefile,v 1.7 1997/04/05 21:29:49 mickey Exp $ LIB= sa @@ -39,8 +39,8 @@ 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.S \ - gidt.S + dev_i386.c gateA20.c memprobe.c real_prot.S unixsys.S exec_i386.c \ + startprog.S gidt.S NOPROFILE=noprofile NOPIC=nopic |