summaryrefslogtreecommitdiff
path: root/clients/zmailnotify/Imakefile
blob: eba73468d3fb5c39f8ff15a7984c6c09beac092a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**/#	Copyright 1988 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Source$
/**/#	$Author$
/**/#	$Id$
/**/#

#if defined(KERBEROS)
XDEFS= -DKPOP

SRCS = zmailnotify.c
OBJS = zmailnotify.o

zprogram(zmailnotify,)
install_man(zmailnotify.1,zmailnotify.1)
#endif