gno/lib/libc/string/Makefile
gdr-ftp 79cc150685 Makefile:
- specify files via SRCS vice OBJS.  This eliminates an extraneous
	  ".o" in the final OBJS value.
	- don't attempt to attach a rez fork (leave it for the upper
	  level makefile)
1998-02-19 01:07:56 +00:00

13 lines
201 B
Makefile

#
# gno/lib/libc/string/Makefile
#
# $Id: Makefile,v 1.6 1998/02/19 01:07:47 gdr-ftp Exp $
#
LIB = c
LIBPFX = $(OBJ_DIR)../
NO_REZ = true
SRCS = case.c str.c strerror.c
.INCLUDE: /src/gno/lib/lib.mk