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

SRCS = zwrite.c
OBJS = zwrite.o

zprogram(zwrite,)
install_man(zwrite.1,zwrite.1)