summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
Diffstat (limited to 'clients')
-rw-r--r--clients/zshutdown_notify/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/zshutdown_notify/Imakefile b/clients/zshutdown_notify/Imakefile
index 2f06d4a..9dc7ace 100644
--- a/clients/zshutdown_notify/Imakefile
+++ b/clients/zshutdown_notify/Imakefile
@@ -11,6 +11,6 @@
SRCS = zshutdown_notify.c
OBJS = zshutdown_notify.o
-SimpleProgram(zshutdown_notify,$(OBJS) $(ZLIB),$(ZLIBS),$(ATHETCDIR))
+SimpleProgram(zshutdown_notify,$(OBJS) $(ZLIB),$(ZLIBS),$(ATHRETCDIR))
install_man(zshutdown_notify.8,zshutdown_notify.8)
create_depend($(SRCS))