3aa582ed1f
* Add bcopy.S, memcpy.S and memset.S to KMSRCS.
6 lines
237 B
Makefile
6 lines
237 B
Makefile
# $Id: Makefile.inc,v 1.6 1996/11/07 07:42:29 matthias Exp $
|
|
|
|
KMINCLUDES= arch/ns32k/SYS.h
|
|
KMSRCS= bcmp.S bcopy.S bzero.S ffs.S memcpy.S memset.S strcat.S strcmp.S \
|
|
strcpy.S strlen.S strncmp.S strncpy.S htonl.S htons.S ntohl.S ntohs.S
|