diff options
author | asami <asami@FreeBSD.org> | 1995-04-05 08:59:36 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-05 08:59:36 +0000 |
commit | c3c3513402da33ba6ab783d9a1729a53a5cbaee7 (patch) | |
tree | 5fc3ca928c570a87aaa1fff66bd47cd2ca6c5869 | |
parent | 12cc107bbcfba09f2f6ff163d58b3258eae07354 (diff) | |
download | FreeBSD-ports-c3c3513402da33ba6ab783d9a1729a53a5cbaee7.zip FreeBSD-ports-c3c3513402da33ba6ab783d9a1729a53a5cbaee7.tar.gz |
Added gawk.
-rw-r--r-- | japanese/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 67fb675..1554782 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.4 1995/03/30 10:19:16 asami Exp $ +# $Id: Makefile,v 1.5 1995/04/04 09:43:48 asami Exp $ # # restricted: none # # doesn't compile: mh # -SUBDIR= Canna Wnn grep kterm less nkf sed tcl tk +SUBDIR= Canna Wnn gawk grep kterm less nkf sed tcl tk .include <bsd.port.subdir.mk> |