d867ed50cc
appropriate definitions so that it'll build strchr(), and so that it builds correctly in libkern (needed to #define NULL).
6 lines
244 B
Makefile
6 lines
244 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 1997/01/18 02:34:10 cgd Exp $
|
|
|
|
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
|
|
strcat.c strcmp.c strcpy.c strlen.c strncmp.c \
|
|
strncpy.c scanc.c skpc.c strncasecmp.c __assert.c strchr.c
|