diff APOPtools/with-tcpserver/Makefile @ 4:d741b3ecc917 draft

imapext-2007f
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 30 Oct 2014 00:03:05 +0900
parents 28a55bc1110c
children
line wrap: on
line diff
--- a/APOPtools/with-tcpserver/Makefile	Thu Oct 30 00:00:57 2014 +0900
+++ b/APOPtools/with-tcpserver/Makefile	Thu Oct 30 00:03:05 2014 +0900
@@ -1,3 +1,11 @@
+#
+TCPDIR=/usr/local/bin
+TR=${TCPDIR}/tcprules
+
+all: pop.cdb
+
+pop.cdb:	pop
+	cat $> | ${TR} $@ pop.tmp
 #
 TCPDIR=/usr/local/bin
 TR=${TCPDIR}/tcprules

yatex.org