# $Revision: 1.5 $ include $(ROOT)/usr/include/make/commondefs LCINCS = -I../include LCOPTS = -signed -cckr TARGETS = $(LIBNAME) default all: $(TARGETS) include $(COMMONRULES) $(LIBNAME): $(OBJECTS) $(AR) clr $(LIBNAME) $?