diff options
author | Richard Basch <probe@mit.edu> | 1994-04-08 07:22:10 +0000 |
---|---|---|
committer | Richard Basch <probe@mit.edu> | 1994-04-08 07:22:10 +0000 |
commit | 8f04d7f18ee1539702eede15a5b88679f388493c (patch) | |
tree | 75fbd682fe114f9855f9d7c2627f19a2cdb7b427 /zhm | |
parent | 8c52b19c68a7fcde5b9e78a27bb3aa4507d84b60 (diff) |
Changed ATHCONFDIR to ZPIDDIR
Diffstat (limited to 'zhm')
-rw-r--r-- | zhm/Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zhm/Imakefile b/zhm/Imakefile index 8ac7e1a..b3e1a65 100644 --- a/zhm/Imakefile +++ b/zhm/Imakefile @@ -15,7 +15,7 @@ SOBJS= ../clients/syslogd/syslog.o SRCS= zhm.c zhm_server.c zhm_client.c queue.c OBJS= zhm.o zhm_server.o zhm_client.o queue.o -XDEFS= -DPIDFILE=\"$(ATHCONFDIR)/zhm.pid\" +XDEFS= -DPIDFILE=\"$(ZPIDDIR)/zhm.pid\" SimpleProgram(zhm,$(OBJS) $(SOBJS) $(ZLIB),$(ZLIBS) $(LIB_HES),$(ATHRETCDIR)) install_man(zhm.8,zhm.8) |