Revision 9453,
798 bytes
checked in by jweiss, 28 years ago
(diff) |
Reviewed by: ghudson
look for the global motd in /var/gms/Message, not /site/Message which
should have gone away with the vaxen.
|
Line | |
---|
1 | # |
---|
2 | # $Id: Imakefile,v 1.6 1996-12-23 23:17:49 jweiss Exp $ |
---|
3 | # |
---|
4 | |
---|
5 | PROJECT= gms |
---|
6 | SERVER= messaged |
---|
7 | |
---|
8 | ETOBJS= gethost_err.o globalmessage_err.o hesiod_err.o |
---|
9 | OBJS= get_a_message.o get_fallback_file.o get_message.o get_message_from_server.o get_servername.o gethost_errors.o hesiod_errors.o put_fallback_file.o read_to_memory.o view_message_by_tty.o view_message_by_zephyr.o check_viewable.o |
---|
10 | |
---|
11 | DEFINES= -I. |
---|
12 | |
---|
13 | LIB= lib${PROJECT}.a |
---|
14 | |
---|
15 | #ifdef ultrix |
---|
16 | LIBS= -lhesiod -lcom_err -lnsyslog |
---|
17 | #else |
---|
18 | LIBS= -lhesiod -lcom_err |
---|
19 | #endif |
---|
20 | |
---|
21 | error_table(gethost_err) |
---|
22 | error_table(globalmessage_err) |
---|
23 | error_table(hesiod_err) |
---|
24 | |
---|
25 | SimpleProgram(get_message,$(LIB),$(LIBS),$(ATHBINDIR)) |
---|
26 | SimpleProgram($(SERVER),message_daemon.o $(LIB),$(LIBS),$(ATHETCDIR)) |
---|
27 | |
---|
28 | install_man(get_message.1,get_message.1) |
---|
29 | |
---|
30 | build_library($(PROJECT),$(ETOBJS) $(OBJS)) |
---|
Note: See
TracBrowser
for help on using the repository browser.