# See /ux/core/libs/libc/make-ReadMe for build info.

COBJS= \
	bcmp.o		\
	bcopy.o		\
	bzero.o		\
	ffs.o		\
	index.o		\
	rindex.o	\
	strcasecmp.o	\
	strncasecmp.o	\
	getusershell.o	\
	mkstemp.o

REENT_OBJS =		\
	getusershell.ro

OBJS= $(COBJS) $(REENT_OBJS) 

# Default build flavor

FLAVOR= ../../archive_pa1

include $(FLAVOR)/make.flavor

