blob: 5775c17296027a29189a6baa4333ecb671139c4d (
plain)
1
2
3
4
5
6
|
# $Id: Makefile.inc,v 1.1 1997/03/25 17:06:49 rahnds Exp $
KMINCLUDES= arch/m88k/DEFS.h arch/m88k/SYS.h
#KMSRCS= bcmp.S bzero.S ffs.S strcat.c strcmp.S strcpy.S strlen.S strncmp.S \
# strncpy.S htonl.S htons.S ntohl.S ntohs.S
KMSRCS= htonl.S htons.S ntohl.S ntohs.S
|