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

SRCS = zpopnotify.c
OBJS = zpopnotify.o

SimpleProgram(zpopnotify,$(OBJS) $(ZLIB),$(ZLIBS),$(ATHETCDIR))
install_man(zpopnotify.8,zpopnotify.8)
create_depend($(SRCS))