multicast changes from lbl
[unix-history] / usr / src / sys / libkern / Makefile
CommitLineData
015e3280 1# @(#)Makefile 7.5 (Berkeley) %G%
6ab178d9
KM
2
3LIB= kern
451d5ed8 4CFLAGS+=-I${.CURDIR} -g
6ab178d9
KM
5SRCS= adddi3.c anddi3.c ashldi3.c ashrdi3.c bcmp.c cmpdi2.c divdi3.c \
6 ffs.c imax.c imin.c iordi3.c lmax.c lmin.c locc.c lshldi3.c \
7 lshrdi3.c max.c min.c moddi3.c muldi3.c negdi2.c notdi2.c \
015e3280
KB
8 qdivrem.c random.c scanc.c skpc.c strcat.c strcmp.c strcpy.c \
9 strlen.c strncpy.c subdi3.c ucmpdi2.c udivdi3.c ulmax.c ulmin.c \
10 umoddi3.c xordi3.c
6ab178d9
KM
11
12.include <bsd.lib.mk>