blob: 643e746f3c11f2d1855cfe5b7a31ba5fbf1b1b87 (
plain)
1
2
3
4
5
6
7
|
# $OpenBSD: Makefile.inc,v 1.3 1996/05/01 15:12:28 deraadt Exp $
# $NetBSD: Makefile.inc,v 1.7 1996/04/18 01:53:04 cgd Exp $
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
bcmp.S bzero.S ffs.S strcat.S strcmp.S strcpy.S strlen.S strncmp.S \
strncpy.S htonl.S htons.S ntohl.S ntohs.S scanc.S skpc.S locc.S \
strncasecmp.c
|