]> andersk Git - moira.git/commitdiff
Boilerplate Makefile.in for the not yet complete mailman.incr.
authorzacheiss <zacheiss>
Tue, 3 Dec 2002 21:40:33 +0000 (21:40 +0000)
committerzacheiss <zacheiss>
Tue, 3 Dec 2002 21:40:33 +0000 (21:40 +0000)
incremental/mailman/Makefile.in [new file with mode: 0644]

diff --git a/incremental/mailman/Makefile.in b/incremental/mailman/Makefile.in
new file mode 100644 (file)
index 0000000..bd8f3d8
--- /dev/null
@@ -0,0 +1,22 @@
+# $Id$
+
+SHELL=/bin/sh
+@SET_MAKE@
+
+INSTALL=@INSTALL@
+INSTALL_PROGRAM=@INSTALL_PROGRAM@
+
+srcdir=@srcdir@
+VPATH=@srcdir@
+SRCTOP=@top_srcdir@
+BUILDTOP=../..
+mrbindir=@mrbindir@
+
+TARGET=mailman.incr
+
+all:
+
+clean:
+
+install:
+       ${INSTALL_PROGRAM} ${TARGET} ${mrbindir}
This page took 0.199152 seconds and 5 git commands to generate.