added mips files
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Fri, 25 Dec 1992 01:27:20 +0000 (17:27 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Fri, 25 Dec 1992 01:27:20 +0000 (17:27 -0800)
SCCS-vsn: lib/libcompat/Makefile 5.13

usr/src/lib/libcompat/Makefile

index 440b4bd..ae443d0 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.12 (Berkeley) %G%
+#      @(#)Makefile    5.13 (Berkeley) %G%
 
 LIB=compat
 CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
 
 LIB=compat
 CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
@@ -26,6 +26,8 @@ SRCS+=        ecvt.c gcvt.c lsearch.c regex.c rexec.c sibuf.c sobuf.c strout.c
 SRCS+= insque.s remque.s
 .elif  (${MACHINE} == "i386")
 SRCS+= insque.c remque.c
 SRCS+= insque.s remque.s
 .elif  (${MACHINE} == "i386")
 SRCS+= insque.c remque.c
+elif   (${MACHINE} == "mips")
+SRCS+= insque.c remque.c
 .elif  (${MACHINE} == "sparc")
 SRCS+= insque.c remque.c
 .elif  (${MACHINE} == "tahoe")
 .elif  (${MACHINE} == "sparc")
 SRCS+= insque.c remque.c
 .elif  (${MACHINE} == "tahoe")