summaryrefslogtreecommitdiff
path: root/clients/zlocate/Imakefile
blob: 291d74aadfac972d32f96213b97ba5aac7b37111 (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$
/**/#	$Header$
/**/#

SRCS = zlocate.c
OBJS = zlocate.o

zprogram(zlocate,)
install_man(zlocate.1,zlocate.1)