diff options
author | Mark Pulford <markp@FreeBSD.org> | 2001-06-14 16:59:44 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2001-06-14 16:59:44 +0000 |
commit | 6b270faecd9d7dc2193ad363f354a08b4833e8b3 (patch) | |
tree | b75169b2a19a55b678a0c935aad295f564f8f7d7 /lang/Makefile | |
parent | Fix by applying sf's patch. (diff) |
Add dis 1.0, a moderately Infernal programming language.
Cleaned up before commit.
PR: 28146
Submitted by: simond@irrelevant.org
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index c6180ae135ad..da322bcdc5a8 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -20,6 +20,7 @@ SUBDIR += compaq-cc SUBDIR += crossgo32-f77 SUBDIR += cu-prolog + SUBDIR += dis SUBDIR += diveintopython SUBDIR += dylan SUBDIR += egcs |