Revision 5498,
565 bytes
checked in by lwvanels, 33 years ago
(diff) |
Define "OFF_SWITCH", to allow turning off of command via AFS
|
Line | |
---|
1 | /* |
---|
2 | * $Id: Imakefile,v 1.8 1991-08-16 16:03:54 lwvanels Exp $ |
---|
3 | * $Source: /afs/dev.mit.edu/source/repository/athena/bin/from/Imakefile,v $ |
---|
4 | * $Author: lwvanels $ |
---|
5 | */ |
---|
6 | |
---|
7 | AnsiCC() |
---|
8 | |
---|
9 | DEFINES = -DHESIOD -DKPOP -DOFF_SWITCH |
---|
10 | #ifdef _AUX_SOURCE |
---|
11 | LIBS = -lhesiod -lkrb -ldes -lPW -lc |
---|
12 | |
---|
13 | OBJS= from.o popmail.o emul_re.o |
---|
14 | SRCS= from.c popmail.c emul_re.c |
---|
15 | #else |
---|
16 | LIBS = -lhesiod -lkrb -ldes |
---|
17 | |
---|
18 | OBJS= from.o popmail.o |
---|
19 | SRCS= from.c popmail.c |
---|
20 | #endif |
---|
21 | |
---|
22 | SimpleProgram(from, ${OBJS}, ${LIBS},$(ATHBINDIR)) |
---|
23 | |
---|
24 | install_man(from.1,from.1) |
---|
25 | |
---|
26 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
---|
Note: See
TracBrowser
for help on using the repository browser.