gno/lib/libc/string/Makefile

12 lines
184 B
Makefile

#
# gno/lib/libc/string/Makefile
#
# $Id: Makefile,v 1.5 1998/02/09 08:45:13 taubert Exp $
#
LIB= c
LIBPFX= $(OBJ_DIR)../
OBJS= case.o str.o strerror.o
.INCLUDE: /src/gno/lib/lib.mk