summaryrefslogtreecommitdiff
path: root/clients/zmailnotify/Imakefile
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 17:50:06 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-14 17:50:06 +0000
commitac16f380e349fa39ec7e26bccb5456cb300006a5 (patch)
treec07ca88af97b4f6b77d28a2dc723d2e4621ed302 /clients/zmailnotify/Imakefile
parentd33e482744fad80d95cdd89ed380c5b8401e49bf (diff)
Pull in sources from zephyr locker. See /mit/zephyr/repository for
detailed change information.
Diffstat (limited to 'clients/zmailnotify/Imakefile')
-rw-r--r--clients/zmailnotify/Imakefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/clients/zmailnotify/Imakefile b/clients/zmailnotify/Imakefile
deleted file mode 100644
index eba7346..0000000
--- a/clients/zmailnotify/Imakefile
+++ /dev/null
@@ -1,19 +0,0 @@
-/**/# 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