#
# $Header: Imakefile,v 1.1 89/01/23 17:35:03 rml Exp $
#
           SRCS = checkfn.c
           OBJS = checkfn.o 

all:: checkfn

SingleProgramTarget(checkfn,$(OBJS),,)
DependTarget()
