add strcmp.c
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 25 Jun 1992 00:19:36 +0000 (16:19 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 25 Jun 1992 00:19:36 +0000 (16:19 -0800)
SCCS-vsn: sys/libkern/Makefile 7.5

usr/src/sys/libkern/Makefile

index cd96868..43ee285 100644 (file)
@@ -1,12 +1,12 @@
-#      @(#)Makefile    7.4 (Berkeley) %G%
+#      @(#)Makefile    7.5 (Berkeley) %G%
 
 LIB=   kern
 CFLAGS+=-I${.CURDIR} -g
 SRCS=  adddi3.c anddi3.c ashldi3.c ashrdi3.c bcmp.c cmpdi2.c divdi3.c \
        ffs.c imax.c imin.c iordi3.c lmax.c lmin.c locc.c lshldi3.c \
        lshrdi3.c max.c min.c moddi3.c muldi3.c negdi2.c notdi2.c \
 
 LIB=   kern
 CFLAGS+=-I${.CURDIR} -g
 SRCS=  adddi3.c anddi3.c ashldi3.c ashrdi3.c bcmp.c cmpdi2.c divdi3.c \
        ffs.c imax.c imin.c iordi3.c lmax.c lmin.c locc.c lshldi3.c \
        lshrdi3.c max.c min.c moddi3.c muldi3.c negdi2.c notdi2.c \
-       qdivrem.c random.c scanc.c skpc.c strcat.c strcpy.c strlen.c \
-       strncpy.c subdi3.c ucmpdi2.c udivdi3.c ulmax.c ulmin.c umoddi3.c \
-       xordi3.c
+       qdivrem.c random.c scanc.c skpc.c strcat.c strcmp.c strcpy.c \
+       strlen.c strncpy.c subdi3.c ucmpdi2.c udivdi3.c ulmax.c ulmin.c \
+       umoddi3.c xordi3.c
 
 .include <bsd.lib.mk>
 
 .include <bsd.lib.mk>