/**/#	Copyright 1988, 1993 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Id: Imakefile,v 1.5 93/11/24 14:38:49 probe Exp $

SRCS = zpopnotify.c
OBJS = zpopnotify.o

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