diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-11-24 00:10:48 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-11-24 00:10:48 +0000 |
commit | 396824bd83e3260eb85f0f5018b44c5e2d224097 (patch) | |
tree | 5fb9a058af4bd6b87345d4420987f285fbd9a280 /lang/Makefile | |
parent | This is a port of Nottingham's and Yale's new release of Hugs, (diff) |
Add hugs.
Notes
Notes:
svn path=/head/; revision=8780
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 5e848de0e663..4f0a5d4e0989 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.86 1997/11/17 09:50:34 tg Exp $ +# $Id: Makefile,v 1.87 1997/11/20 05:26:32 asami Exp $ # SUBDIR += Gofer @@ -18,6 +18,7 @@ SUBDIR += gnat SUBDIR += guavac SUBDIR += guile + SUBDIR += hugs SUBDIR += icon SUBDIR += idl4 SUBDIR += itcl |