Subject: Patch to Makefile in /sys/lib/libkern
To: None <netbsd-current-users@sun-lamp.cs.berkeley.edu>
From: Dave Burgess <burgess@s069.infonet.net>
List: current-users
Date: 06/18/1994 13:48:53
I added the following lines to the libkern Makefile and the resulting
library has all of the references in it is supposed to:


*** Makefile.orig	Sat Jun 18 13:45:34 1994
--- Makefile	Sat Jun 18 13:41:13 1994
***************
*** 26,31 ****
--- 26,36 ----
  .PATH: ${LIBC}/sys ${LIBC}/arch/${MACHINE_ARCH}/sys
  AINC+=	-I${LIBC}/arch/${MACHINE_ARCH}
  
+ SRCS= __main.c bcmp.c bzero.c ffs.c htonl.c htons.c imax.c imin.c \
+ 	lmax.c lmin.c locc.c max.c mcount.c min.c ntohl.c ntohs.c \
+ 	qdivrem.c random.c scanc.c skpc.c strcat.c strcmp.c strcpy.c \
+ 	strlen.c strncmp.c strncpy.c ulmax.c ulmin.c
+ 
  # Quad support
  SRCS+=	adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c iordi3.c \
  	lshldi3.c lshrdi3.c moddi3.c muldi3.c negdi2.c notdi2.c qdivrem.c \

Obviously, your mileage may vary.


------------------------------------------------------------------------------