diff options
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/ja-freewnn-lib/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/ja-freewnn-lib/Makefile.common b/inputmethod/ja-freewnn-lib/Makefile.common index 68aa1867c2e..63988ea4d14 100644 --- a/inputmethod/ja-freewnn-lib/Makefile.common +++ b/inputmethod/ja-freewnn-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.10 2006/03/10 16:03:44 jlam Exp $ +# $NetBSD: Makefile.common,v 1.11 2006/03/10 22:29:08 jlam Exp $ # DISTNAME= FreeWnn-1.10 @@ -27,6 +27,7 @@ SEDSCRIPT+= -e 's|$$([CK]*WNNJLIBSRC)/lib\([ck]*wnn\).a|-l\1|' SEDSCRIPT+= -e 's|\(:.*\)$$(WNNJLIB)|\1|' .elif defined(WNN_TARGET) && (${WNN_TARGET} == "DICT") MAKE_ENV+= "WNN_TARGET=DICT" +DEINSTALL_SRC= # empty INSTALL_SRC= ${FILESDIR}/INSTALL FILES_SUBST+= WNNOWNER=${WNNOWNER} .else |