build a profile version as well.
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 23 Jun 1992 07:08:09 +0000 (23:08 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 23 Jun 1992 07:08:09 +0000 (23:08 -0800)
SCCS-vsn: sys/libkern/Makefile 7.3

usr/src/sys/libkern/Makefile

index 62d84a5..174265e 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    7.2 (Berkeley) %G%
+#      @(#)Makefile    7.3 (Berkeley) %G%
 
 LIB=   kern
 CFLAGS+=-I${.CURDIR} -g
 
 LIB=   kern
 CFLAGS+=-I${.CURDIR} -g
@@ -7,6 +7,5 @@ SRCS=   adddi3.c anddi3.c ashldi3.c ashrdi3.c bcmp.c cmpdi2.c divdi3.c \
        lshrdi3.c max.c min.c moddi3.c muldi3.c negdi2.c notdi2.c \
        qdivrem.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
        lshrdi3.c max.c min.c moddi3.c muldi3.c negdi2.c notdi2.c \
        qdivrem.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
-NOPROFILE=noprofile
 
 .include <bsd.lib.mk>
 
 .include <bsd.lib.mk>