/**/#	Copyright 1988 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Source: /mit/zephyr/src/clients/zshutdown_notify/RCS/Imakefile,v $
/**/#	$Author: probe $
/**/#	$Id: Imakefile,v 1.5 93/11/24 14:38:42 probe Exp $
/**/#

SRCS = zshutdown_notify.c
OBJS = zshutdown_notify.o

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