diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1994-11-20 01:22:02 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1994-11-20 01:22:02 +0000 |
commit | 60bd905d4610c33193069a9a94bb100da4db15cd (patch) | |
tree | f359980115f29bebb63bbb6c3c86d89e23cdcdeb | |
parent | Add the mprof package to the subdisrs list. It builds ok. (diff) |
Added Sather to the subdirs list. This thing builds ok. The bootstrap
is only veeeerryy slow. It needed even a long time on my Pentium 90Mhz
with 32Mb :-).
Notes
Notes:
svn path=/head/; revision=419
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 03b69ea7474c..5c3a35d89e9c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.7 1994/11/10 01:32:35 jkh Exp $ +# $Id: Makefile,v 1.8 1994/11/15 20:50:41 pst Exp $ # -SUBDIR= expect logo p2c tcl tclX +SUBDIR= Sather expect logo p2c tcl tclX .include <bsd.port.subdir.mk> |