1999-01-15 16:31:15 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.13 1999/01/15 13:31:19 bouyer Exp $
|
1993-12-05 04:46:02 +03:00
|
|
|
|
1996-11-07 10:42:29 +03:00
|
|
|
KMINCLUDES= arch/ns32k/SYS.h
|
1998-04-04 02:58:08 +04:00
|
|
|
KMSRCS= bcmp.S bcopy.S bzero.S ffs.S \
|
1998-08-04 07:35:32 +04:00
|
|
|
memchr.S memcmp.S memcpy.S memmove.S memset.S \
|
1999-01-15 16:31:15 +03:00
|
|
|
strcat.S strchr.S strcmp.S strcpy.S strlen.S strrchr.S strncmp.S strncpy.S
|
1997-12-07 03:19:16 +03:00
|
|
|
|
|
|
|
SRCS+= ${ASSRCS}
|
|
|
|
LSRCS+= ${ASSRCS:S/S$/c/g:C/^./Lint_&/g}
|
|
|
|
DPSRCS+=${ASSRCS:S/S$/c/g:C/^./Lint_&/g}
|