summaryrefslogtreecommitdiffstats
path: root/sys/libkern/Makefile
blob: d2383d2246f60685f7b5b839086614fed8fbd894 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#	@(#)Makefile	7.9 (Berkeley) 6/1/93
# $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 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}
.include "${.CURDIR}/${MACHINE}/Makefile.inc"
.endif

# mcount cannot be compiled with profiling
mcount.po: mcount.o
	cp mcount.o mcount.po

.include <bsd.lib.mk>
OpenPOWER on IntegriCloud