summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-05-21 07:35:05 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-05-21 07:35:05 +0000
commitb852b819b920ed2fc0dfef4c33a1c031fdc515a9 (patch)
treeed662fe0ae37c85e889402f2ee0511efd418cf2a /converters
parentMake the mule ports use install-info. Note that our makeinfo can't (diff)
I can't believe I forgot to add uulib here. ;)
Notes
Notes: svn path=/head/; revision=6524
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 53c4bb92b864..f750d10900b1 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1997/04/26 23:55:18 asami Exp $
+# $Id: Makefile,v 1.2 1997/04/27 00:14:24 asami Exp $
#
SUBDIR += btoa
@@ -8,6 +8,7 @@
SUBDIR += trans
SUBDIR += uudeview
SUBDIR += uudx
+ SUBDIR += uulib
SUBDIR += xdeview
.include <bsd.port.subdir.mk>