summaryrefslogtreecommitdiff
path: root/clients/zshutdown_notify
diff options
context:
space:
mode:
authorGravatar Craig Fields <cfields@mit.edu>1995-12-13 18:49:41 +0000
committerGravatar Craig Fields <cfields@mit.edu>1995-12-13 18:49:41 +0000
commitba6fc64cf4c44016e6e1c6eda267fa80b605cd3c (patch)
treee1547a5ba3e7513366738f6b3dc96f5fc1357823 /clients/zshutdown_notify
parentbdd98bdfe22816d2b34694dd50e607a6834e9cc1 (diff)
ATHRETCDIR, not ATHETCDIR.
Diffstat (limited to 'clients/zshutdown_notify')
-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))