From 76c11d7c3cc3c08519208880502f4edc72374565 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 21 Mar 1991 10:14:18 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1932 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/movemail/Imakefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/appl/movemail/Imakefile diff --git a/src/appl/movemail/Imakefile b/src/appl/movemail/Imakefile new file mode 100644 index 000000000..3cb7825a8 --- /dev/null +++ b/src/appl/movemail/Imakefile @@ -0,0 +1,18 @@ +# $Source$ +# $Author$ +# $Id$ +# +# Copyright 1991 by the Massachusetts Institute of Technology. +# All Rights Reserved. +# +# For copying and distribution information, please see the file +# . +# + DEPLIBS = $(DEPKLIB) +LOCAL_LIBRARIES = $(KLIB) $(HESLIBS) + DEFINES = -DKERBEROS -DKRB5 -DMAIL_USE_POP $(OSDEFS) $(HESDEFS) + OSDEFS = -DMAIL_USE_FLOCK -DBSD + HESDEFS = -DHESIOD + HESLIBS = -lhesiod + +SimpleProgramTarget(movemail) -- 2.26.2