source: trunk/athena/bin/from/Imakefile @ 5498

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
7AnsiCC()
8
9DEFINES = -DHESIOD -DKPOP -DOFF_SWITCH
10#ifdef _AUX_SOURCE
11LIBS = -lhesiod -lkrb -ldes -lPW -lc
12
13OBJS= from.o popmail.o emul_re.o
14SRCS= from.c popmail.c emul_re.c
15#else
16LIBS = -lhesiod -lkrb -ldes
17
18OBJS=   from.o popmail.o
19SRCS=   from.c popmail.c
20#endif
21
22SimpleProgram(from, ${OBJS}, ${LIBS},$(ATHBINDIR))
23
24install_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.