diff options
author | ats <ats@FreeBSD.org> | 1994-11-20 01:22:02 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1994-11-20 01:22:02 +0000 |
commit | cd5d51a57dd860dd4a09fe341ccd1915fe12bbaa (patch) | |
tree | c7d2af2bcc39ec69df17914b526d61c53d552f95 /lang | |
parent | 6c9543445c87a9004e35149fa252420f7e86c737 (diff) | |
download | FreeBSD-ports-cd5d51a57dd860dd4a09fe341ccd1915fe12bbaa.zip FreeBSD-ports-cd5d51a57dd860dd4a09fe341ccd1915fe12bbaa.tar.gz |
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 :-).
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 03b69ea7..5c3a35d 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> |