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

zprogram(znol,)
install_man(znol.1,znol.1)