annotate mailtools/Makefile @ 20:675b7dd62bba

I just thought of another thing for the future list.
author David A. Holland
date Tue, 04 Sep 2012 01:49:01 -0400
parents 5f36d8d69aba
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
5f36d8d69aba Set up a build framework.
David A. Holland
parents:
diff changeset
1 TOP=..
5f36d8d69aba Set up a build framework.
David A. Holland
parents:
diff changeset
2 include $(TOP)/mk/base.mk
5f36d8d69aba Set up a build framework.
David A. Holland
parents:
diff changeset
3
5f36d8d69aba Set up a build framework.
David A. Holland
parents:
diff changeset
4 SUBDIRS=incoming
5f36d8d69aba Set up a build framework.
David A. Holland
parents:
diff changeset
5
5f36d8d69aba Set up a build framework.
David A. Holland
parents:
diff changeset
6 include $(TOP)/mk/subdir.mk