1994-05-24 10:09:53 +00:00
|
|
|
# @(#)Makefile 7.9 (Berkeley) 6/1/93
|
1995-03-23 07:02:14 +00:00
|
|
|
# $Id: Makefile,v 1.8 1995/03/16 17:32:20 wollman Exp $
|
1995-01-10 01:57:56 +00:00
|
|
|
|
|
|
|
.undef NOPROFILE
|
1994-05-24 10:09:53 +00:00
|
|
|
|
|
|
|
LIB= kern
|
1994-09-15 15:41:48 +00:00
|
|
|
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/.. -DKERNEL
|
1994-05-24 10:09:53 +00:00
|
|
|
SRCS= adddi3.c anddi3.c ashldi3.c ashrdi3.c bcmp.c cmpdi2.c divdi3.c \
|
1995-03-16 17:32:27 +00:00
|
|
|
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
|
1994-05-24 10:09:53 +00:00
|
|
|
|
|
|
|
.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
|
|
|
|
|
1995-03-23 07:02:14 +00:00
|
|
|
install:
|
|
|
|
|
1994-05-24 10:09:53 +00:00
|
|
|
.include <bsd.lib.mk>
|