/**/#	Copyright 1988 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Source: /afs/rel-eng.athena.mit.edu/user/probe/newsrc/athena/athena.lib/zephyr.p4/clients/zctl/RCS/Imakefile,v $
/**/#	$Author: probe $
/**/#	$Id: Imakefile,v 1.6 93/11/19 15:27:22 probe Exp $
/**/#

SRCS = zctl.c zctl_cmds.c
OBJS = zctl.o zctl_cmds.o

cmd_table(zctl_cmds)
zprogram(zctl,$(LIB_SS))
install_man(zctl.1,zctl.1)
