diff options
author | ats <ats@FreeBSD.org> | 1994-11-20 22:48:00 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-11-20 22:48:00 +0000 |
commit | b5e0df2e27d1ce1eacef868fb499d680273b815d (patch) | |
tree | ca4bd9bf61f0f7ecd62a4db27b92a331bf6a51fe | |
parent | 9e7c9749794d90037ac844685f505ffeba0d6269 (diff) | |
download | FreeBSD-ports-b5e0df2e27d1ce1eacef868fb499d680273b815d.zip FreeBSD-ports-b5e0df2e27d1ce1eacef868fb499d680273b815d.tar.gz |
Add itcl and scm to the SUBDIR list. They seem to build ok.
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 5c3a35d..ff227c1 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.8 1994/11/15 20:50:41 pst Exp $ +# $Id: Makefile,v 1.9 1994/11/20 01:22:02 ats Exp $ # -SUBDIR= Sather expect logo p2c tcl tclX +SUBDIR= Sather expect itcl logo p2c scm tcl tclX .include <bsd.port.subdir.mk> |