aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-05-21 15:35:05 +0800
committerasami <asami@FreeBSD.org>1997-05-21 15:35:05 +0800
commit854649b83e8b21feb302323e6cf22aaf4d6fc20a (patch)
treefd49206678c1073f7c50ff801ab9740a31037da7 /converters
parent0415628de3e76ed04a5338ad662a8c7f3fcd59ef (diff)
downloadfreebsd-ports-gnome-854649b83e8b21feb302323e6cf22aaf4d6fc20a.tar.gz
freebsd-ports-gnome-854649b83e8b21feb302323e6cf22aaf4d6fc20a.tar.zst
freebsd-ports-gnome-854649b83e8b21feb302323e6cf22aaf4d6fc20a.zip
I can't believe I forgot to add uulib here. ;)
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>