summaryrefslogtreecommitdiffstats
path: root/sys/libkern/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libkern/Makefile')
-rw-r--r--sys/libkern/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/libkern/Makefile b/sys/libkern/Makefile
index 1dc9785..d2383d2 100644
--- a/sys/libkern/Makefile
+++ b/sys/libkern/Makefile
@@ -1,15 +1,15 @@
# @(#)Makefile 7.9 (Berkeley) 6/1/93
-# $Id: Makefile,v 1.6 1995/01/10 01:57:56 bde Exp $
+# $Id: Makefile,v 1.7 1995/02/27 09:16:02 ugen 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 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
+ 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
.if exists(${.CURDIR}/${MACHINE}/Makefile.inc)
.PATH: ${.CURDIR}/${MACHINE}
OpenPOWER on IntegriCloud