blob: 948f952bb2e65b70a2ec2ed513f8e88674300826 (
plain)
1
2
3
4
5
|
# $Id: Makefile.inc,v 1.1 1995/10/18 08:41:27 deraadt Exp $
KMINCLUDES= arch/m68k/DEFS.h arch/m68k/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
|