summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-07-05 14:08:49 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-07-05 14:08:49 +0000
commitf3ece22c3b7edc52ca49abbeab18c7794b4c5132 (patch)
tree86e05dd24ef4eac65abbb3652a5398e3f0b17bd6 /lang/Makefile
parentLink with -lgnumalloc. Silence <malloc.h> warning along the way. (diff)
Remove nTk, add pTk
Convert the makefile to the new format
Notes
Notes: svn path=/head/; revision=1925
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile26
1 files changed, 22 insertions, 4 deletions
diff --git a/lang/Makefile b/lang/Makefile
index e05b0a322800..cdecf183d601 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,11 +1,29 @@
-# $Id: Makefile,v 1.32 1995/05/14 07:14:01 asami Exp $
+# $Id: Makefile,v 1.33 1995/06/21 10:47:38 asami Exp $
#
# BROKEN: expect (no package file yet)
# BROKEN: gnat (not really broken, just requires existing gnat compiler)
#
-SUBDIR= Gofer STk Sather elk forth g77 gcl guile-ii \
- icon itcl logo mit-scheme nTk p2c perl5 \
- scheme48 schemetoc scm smalltalk tcl tclX
+ SUBDIR += Gofer
+ SUBDIR += STk
+ SUBDIR += Sather
+ SUBDIR += elk
+ SUBDIR += forth
+ SUBDIR += g77
+ SUBDIR += gcl
+ SUBDIR += guile-ii
+ SUBDIR += icon
+ SUBDIR += itcl
+ SUBDIR += logo
+ SUBDIR += mit-scheme
+ SUBDIR += p2c
+ SUBDIR += pTk
+ SUBDIR += perl5
+ SUBDIR += scheme48
+ SUBDIR += schemetoc
+ SUBDIR += scm
+ SUBDIR += smalltalk
+ SUBDIR += tcl
+ SUBDIR += tclX
.include <bsd.port.subdir.mk>