summaryrefslogtreecommitdiff
path: root/clients/zleave/Imakefile
blob: aae9ed2350758de8eb3ff2d78090d6438dcdd7bc (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 = zleave.c
OBJS = zleave.o

zprogram(zleave,)
install_man(zleave.1,zleave.1)