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

SRCS = zshutdown_notify.c
OBJS = zshutdown_notify.o

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