From de10182213e638313c1a58e5dbb43f76672dab76 Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 29 Jul 1998 13:43:06 +0000 Subject: Fixed disordering in previous commit. --- lib/libc/i386/sys/Makefile.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libc/i386/sys/Makefile.inc') diff --git a/lib/libc/i386/sys/Makefile.inc b/lib/libc/i386/sys/Makefile.inc index 2e3db4f..9446251 100644 --- a/lib/libc/i386/sys/Makefile.inc +++ b/lib/libc/i386/sys/Makefile.inc @@ -1,7 +1,7 @@ # from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp -# $Id: Makefile.inc,v 1.10 1998/04/30 10:02:44 jb Exp $ +# $Id: Makefile.inc,v 1.11 1998/07/28 03:33:17 jlemon Exp $ -SRCS+= i386_get_ldt.c i386_set_ldt.c i386_get_ioperm.c i386_set_ioperm.c \ +SRCS+= i386_get_ioperm.c i386_get_ldt.c i386_set_ioperm.c i386_set_ldt.c \ i386_vm86.c MDASM= Ovfork.S brk.S cerror.S exect.S fork.S pipe.S \ @@ -22,8 +22,8 @@ PSEUDO= _getlogin.o PSEUDOR= _exit.o .if ${LIB} == "c" -MAN2+= i386_get_ldt.2 i386_get_ioperm.2 i386_vm86.2 +MAN2+= i386_get_ioperm.2 i386_get_ldt.2 i386_vm86.2 -MLINKS+=i386_get_ldt.2 i386_set_ldt.2 MLINKS+=i386_get_ioperm.2 i386_set_ioperm.2 +MLINKS+=i386_get_ldt.2 i386_set_ldt.2 .endif -- cgit v1.1