diff options
author | Paul Richards <paul@FreeBSD.org> | 1994-09-15 15:41:48 +0000 |
---|---|---|
committer | Paul Richards <paul@FreeBSD.org> | 1994-09-15 15:41:48 +0000 |
commit | 03b6d659e548ca001229bdbaedcc51f90d292d22 (patch) | |
tree | a6aa5f29b988ad3ceef8ccf22904f20584be53fb /sys/libkern/Makefile | |
parent | 804cf603f230703500ea60579be68d9c40ee6923 (diff) | |
download | src-03b6d659e548ca001229bdbaedcc51f90d292d22.tar.gz src-03b6d659e548ca001229bdbaedcc51f90d292d22.zip |
Added -DKERNEL and added support for kernel profiling.
Reviewed by: Bruce
Notes
Notes:
svn path=/head/; revision=2799
Diffstat (limited to 'sys/libkern/Makefile')
-rw-r--r-- | sys/libkern/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/libkern/Makefile b/sys/libkern/Makefile index 2d6bafbb65f0..c910523abff2 100644 --- a/sys/libkern/Makefile +++ b/sys/libkern/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 7.9 (Berkeley) 6/1/93 -# $Id$ +# $Id: Makefile,v 1.2 1994/08/02 07:43:40 davidg Exp $ LIB= kern -CFLAGS+= -I${.CURDIR} -I${.CURDIR}/.. +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 \ |