summaryrefslogtreecommitdiff
path: root/zhm/Imakefile
blob: f008e0407f989bc7b9205da8bc33e6370be3d2a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**/#	Copyright 1988, 1993 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Source$
/**/#	$Author$
/**/#	$Zephyr: /mit/zephyr/src/zhm/RCS/Imakefile,v 1.8 91/03/21 11:38:01 raeburn Exp $
/**/#

#if defined(SYSLOG_COMPAT42)
SOBJS= ../clients/syslogd/syslog.o
SINCLUDE= -I../clients/syslogd
#endif

#ifdef __NetBSD__
OSLIBS=-lcompat			/* for insque() */
#endif

SRCS= zhm.c zhm_server.c zhm_client.c queue.c
OBJS= zhm.o zhm_server.o zhm_client.o queue.o

XDEFS= $(SINCLUDE) -DPIDFILE=\"$(ZPIDDIR)/zhm.pid\"

SimpleProgram(zhm,$(OBJS) $(SOBJS) $(ZLIB),$(ZLIBS) $(OSLIBS),$(ATHRETCDIR))
install_man(zhm.8,zhm.8)
create_depend($(SRCS))