summaryrefslogtreecommitdiff
path: root/clients/zmailnotify/Imakefile
blob: 983fb306c23cce5b226ac6db30f17a191d208ac8 (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,$(LIB_HES))
install_man(zmailnotify.1,zmailnotify.1)
#endif