summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-22 23:07:12 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-22 23:07:12 +0000
commit08f7a094307f265d1da31bc0fe771d6b72763fad (patch)
tree5ac3831d885039ed778abae945632fb3fa8daff2 /lang
parentBrian Harvey's logo interpreter. I could use some help with the (diff)
Add logo to SUBDIR.
Notes
Notes: svn path=/head/; revision=263
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 667a2790026a..825b72d1f27c 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,5 +1,5 @@
-# $Id: Makefile,v 1.4 1994/10/04 15:11:55 jkh Exp $
+# $Id: Makefile,v 1.5 1994/10/06 01:36:56 jkh Exp $
#
-SUBDIR= itcl p2c tcl tclX
+SUBDIR= itcl logo p2c tcl tclX
.include <bsd.port.subdir.mk>