summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-26 11:14:21 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-26 11:14:21 +0000
commit3af384bf8840b2934ccee6798a1853798cd5466f (patch)
treee4ad840633152d0a1be002d9ce89f22cbe521737
parent07e9e1dbd1b78d97292ccd35b46fc994fb8d2e7b (diff)
Notes
-rw-r--r--sys/libkern/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/libkern/Makefile b/sys/libkern/Makefile
index 27164d848cb3..4b9347ccba09 100644
--- a/sys/libkern/Makefile
+++ b/sys/libkern/Makefile
@@ -1,12 +1,12 @@
# @(#)Makefile 7.9 (Berkeley) 6/1/93
-# $Id: Makefile,v 1.3 1994/09/15 15:41:47 paul Exp $
+# $Id: Makefile,v 1.4 1994/10/25 14:57:56 jkh Exp $
LIB= kern
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/.. -DKERNEL
SRCS= adddi3.c anddi3.c ashldi3.c ashrdi3.c bcmp.c cmpdi2.c divdi3.c \
ffs.c iordi3.c locc.c lshldi3.c lshrdi3.c mcount.c moddi3.c \
muldi3.c negdi2.c notdi2.c qdivrem.c random.c rindex.c scanc.c \
- skpc.c strcat.c strcmp.c strcpy.c strlen.c strncpy.c strtol.c \
+ skpc.c strcat.c strcmp.c strcpy.c strlen.c strncpy.c \
subdi3.c ucmpdi2.c udivdi3.c umoddi3.c xordi3.c
.if exists(${.CURDIR}/${MACHINE}/Makefile.inc)