diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-06-01 00:33:18 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-06-01 00:33:18 +0800 |
commit | d2a5334e10c831a1e95c2cac0ff8b6a4a963bd8b (patch) | |
tree | 45304928bb4ce60bc586684c2ddcefdf64feb001 /lang/Makefile | |
parent | f61e5f9c04bfc013344ac7390d90f0366100e107 (diff) | |
download | freebsd-ports-gnome-d2a5334e10c831a1e95c2cac0ff8b6a4a963bd8b.tar.gz freebsd-ports-gnome-d2a5334e10c831a1e95c2cac0ff8b6a4a963bd8b.tar.zst freebsd-ports-gnome-d2a5334e10c831a1e95c2cac0ff8b6a4a963bd8b.zip |
add awka
Converts the AWK script to C, then compiles it
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 49109b04cade..2b053d949555 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -8,6 +8,7 @@ SUBDIR += TenDRA SUBDIR += aleph SUBDIR += atlast + SUBDIR += awka SUBDIR += bc-gcc SUBDIR += bwbasic SUBDIR += caml-light |