/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */
LOCALINCLUDES = -I../../lib
OBJS = getstats.o

DependTarget()
NormalObjectRule()

ProgramTarget(getstats, getstats.o, ,)

InstallFile(getstats, $(INSTPROGFLAGS), $(DESTDIR)/bin)

