diff options
author | itojun <itojun@FreeBSD.org> | 1997-10-15 10:34:41 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-10-15 10:34:41 +0800 |
commit | 0fd8a9cb74d24ba7324608722b2de5be69425602 (patch) | |
tree | fe5ba4cfb5b632ca65165f2592a8c6cc556baa6b | |
parent | e99c23286d315c9b74b4ee2ca3a96eef0e64e6e1 (diff) | |
download | freebsd-ports-gnome-0fd8a9cb74d24ba7324608722b2de5be69425602.tar.gz freebsd-ports-gnome-0fd8a9cb74d24ba7324608722b2de5be69425602.tar.zst freebsd-ports-gnome-0fd8a9cb74d24ba7324608722b2de5be69425602.zip |
enable the following items; Windoze file server w/ japanese filename support
configuration.
- japanese/samba (ja-samba)
- japanese/samba-des (ja-samba-des)
Submitted by: hosokawa
-rw-r--r-- | japanese/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 8d80fe087cbc..47be99ca488e 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.86 1997/10/05 19:41:13 max Exp $ +# $Id: Makefile,v 1.87 1997/10/14 08:23:48 max Exp $ # SUBDIR += Canna @@ -86,6 +86,8 @@ SUBDIR += ptex-sjis SUBDIR += qkc SUBDIR += recjis + SUBDIR += samba + SUBDIR += samba-des SUBDIR += sed SUBDIR += sj3 SUBDIR += sjxa |