diff options
author | Steve Price <steve@FreeBSD.org> | 1998-11-10 02:07:32 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-11-10 02:07:32 +0000 |
commit | 9513fc3a3c984ee84e965802df3f89d524bbf7ae (patch) | |
tree | de34179f2defb3e655fbc84c3c0eb8793c9d0566 /lang/Makefile | |
parent | Update to version 98.10.20. (diff) |
Turn on nawk port.
Notes
Notes:
svn path=/head/; revision=14439
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 345ea34f9659..901056d4cf9f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.112 1998/10/21 18:53:16 andreas Exp $ +# $Id: Makefile,v 1.113 1998/11/10 02:01:52 steve Exp $ # SUBDIR += ETHOberonV4 @@ -48,6 +48,7 @@ SUBDIR += modula-3-lib SUBDIR += modula-3-socks SUBDIR += moscow_ml + SUBDIR += nawk SUBDIR += o2c SUBDIR += objc SUBDIR += ocaml |