diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1996-10-30 17:33:00 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1996-10-30 17:33:00 +0000 |
commit | b85b15782739220b5bf2563ccdc7ac9e256a31d2 (patch) | |
tree | 5c87c07db954daa7e42a38261eec30f4241b2750 /usr.sbin/ctm/Makefile.inc | |
parent | ae8ef4e6f9b691bbd8786a3242b8bbf3afe28f0a (diff) |
import ctm (current through mail)
for more see http://www.openbsd.org/ctm.html - it's basicaly the FreeBSD
version adapted to OpenBSD - i'll bring in the latest FreeBSD changes in the
next days
Diffstat (limited to 'usr.sbin/ctm/Makefile.inc')
-rw-r--r-- | usr.sbin/ctm/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.sbin/ctm/Makefile.inc b/usr.sbin/ctm/Makefile.inc new file mode 100644 index 00000000000..197ef9f0d03 --- /dev/null +++ b/usr.sbin/ctm/Makefile.inc @@ -0,0 +1,5 @@ +# $Id: Makefile.inc,v 1.1 1996/10/30 17:32:57 graichen Exp $ + +.if exists(${.CURDIR}/../../Makefile.inc) +.include "${.CURDIR}/../../Makefile.inc" +.endif |