summaryrefslogtreecommitdiff
path: root/clients/zctl/Imakefile
blob: 69418d64f7f8e075b17d5835fac120c94131e012 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**/#	Copyright 1988 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Source$
/**/#	$Author$
/**/#	$Id$
/**/#

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)