summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1996-08-23 06:49:39 +0000
committerThomas Gellekum <tg@FreeBSD.org>1996-08-23 06:49:39 +0000
commit793a4294938b20711933018e7cfc259d8fc618f7 (patch)
treeef7988a67cfb9ca04eef16df4f73081bff5c14d2 /devel
parentAdd uudeview (diff)
Add uulib
Notes
Notes: svn path=/head/; revision=3684
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index a52ecbce2ae9..5e1278895a93 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.25 1996/08/01 20:46:47 erich Exp $
+# $Id: Makefile,v 1.26 1996/08/19 10:32:53 asami Exp $
#
SUBDIR += SWIG
@@ -19,6 +19,7 @@
SUBDIR += mprof
SUBDIR += noweb
SUBDIR += tkcvs
+ SUBDIR += uulib
SUBDIR += xxgdb
.include <bsd.port.subdir.mk>