summaryrefslogtreecommitdiffstats
path: root/sys/libkern
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-05 14:46:07 +0000
committerphk <phk@FreeBSD.org>1995-10-05 14:46:07 +0000
commita2463c663029d397423f2a500af10684cf147a31 (patch)
tree867ea044f8d65023555f5ce77c721c974ba76f95 /sys/libkern
parent4ca299c4d83f2427f2f7cc4dd89322d21e2baf69 (diff)
downloadFreeBSD-src-a2463c663029d397423f2a500af10684cf147a31.zip
FreeBSD-src-a2463c663029d397423f2a500af10684cf147a31.tar.gz
Comment out, but don't delete stuff we don't use.
Classify in "gcc stuff" and "legitimate stuff".
Diffstat (limited to 'sys/libkern')
-rw-r--r--sys/libkern/Makefile24
1 files changed, 18 insertions, 6 deletions
diff --git a/sys/libkern/Makefile b/sys/libkern/Makefile
index 60dc3a0..220a179 100644
--- a/sys/libkern/Makefile
+++ b/sys/libkern/Makefile
@@ -1,15 +1,27 @@
# @(#)Makefile 7.9 (Berkeley) 6/1/93
-# $Id: Makefile,v 1.8 1995/03/16 17:32:20 wollman Exp $
+# $Id: Makefile,v 1.9 1995/03/23 07:02:14 rgrimes Exp $
.undef NOPROFILE
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 inet_ntoa.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 strncmp.c \
- strncpy.c subdi3.c ucmpdi2.c udivdi3.c umoddi3.c xordi3.c
+
+# Stuff we call from the kernel
+SRCS+= mcount.c
+SRCS+= strcpy.c strcmp.c strncpy.c strncmp.c strcat.c
+SRCS+= skpc.c scanc.c random.c inet_ntoa.c
+
+# Stuff GCC generates
+SRCS+= divdi3.c udivdi3.c moddi3.c umoddi3.c
+SRCS+= qdivrem.c
+
+# Stuff which isn't currently used, if at all..
+# SRCS+= bcmp.c ffs.c locc.c rindex.c strlen.c
+
+# Stuff GCC may need....
+# SRCS+= adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c
+# SRCS+= iordi3.c lshldi3.c lshrdi3.c muldi3.c negdi2.c notdi2.c
+# SRCS+= subdi3.c ucmpdi2.c xordi3.c
.if exists(${.CURDIR}/${MACHINE}/Makefile.inc)
.PATH: ${.CURDIR}/${MACHINE}
OpenPOWER on IntegriCloud