date and time created 92/06/20 16:57:19 by mckusick
[unix-history] / usr / src / sys / libkern / Makefile
CommitLineData
6ab178d9
KM
1# @(#)Makefile 7.1 (Berkeley) %G%
2
3LIB= kern
4CFLAGS+=-I${.CURDIR}
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 \
8 qdivrem.c scanc.c skpc.c strcat.c strcpy.c strlen.c strncpy.c \
9 subdi3.c ucmpdi2.c udivdi3.c ulmax.c ulmin.c umoddi3.c xordi3.c
10NOPROFILE=noprofile
11
12.include <bsd.lib.mk>