blob: 4e34252df9e6f35e6739513ac437857ce0c6a5fa (
plain)
1
2
3
4
5
|
# $Id: Makefile.inc,v 1.1 1995/10/18 08:41:23 deraadt Exp $
KMINCLUDES= arch/i386/SYS.h arch/i386/DEFS.h
KMSRCS= bcmp.S bzero.S ffs.S strcat.S strcmp.S strcpy.S strlen.S \
htonl.S htons.S ntohl.S ntohs.S
|