blob: 60ec59854006d726536fecb7297070363a5a69ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $OpenBSD: Makefile.inc,v 1.5 2003/06/01 17:00:31 deraadt Exp $
# $NetBSD: Makefile.inc,v 1.4 2000/11/01 19:37:20 thorpej Exp $
SRCS+= __main.c \
imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
bcmp.c ffs.S \
memchr.c memcmp.c \
strcmp.c strlen.S strlcpy.c strlcat.c \
strncasecmp.c strncmp.c strncpy.c \
scanc.c skpc.c \
htonl.S htons.S ntohl.S ntohs.S
|