blob: d4398986a7bc05927853a4a8415d017659fc0732 (
plain)
1
2
3
4
5
6
|
# $NetBSD: Makefile.inc,v 1.5.2.1 1995/10/13 20:29:29 phil Exp $
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
bcmp.c ffs.c strcat.c strcmp.c strcpy.c strlen.c strncmp.c strncpy.c \
scanc.c skpc.c locc.c \
htonl.S htons.S ntohl.S ntohs.S
|