diff options
Diffstat (limited to 'chinese/FreeWnn-lib')
-rw-r--r-- | chinese/FreeWnn-lib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chinese/FreeWnn-lib/Makefile b/chinese/FreeWnn-lib/Makefile index 9582d86124a6..4fbfc0623ccc 100644 --- a/chinese/FreeWnn-lib/Makefile +++ b/chinese/FreeWnn-lib/Makefile @@ -3,7 +3,7 @@ # Date created: 20 July 1997 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.4 1997/09/10 06:51:44 asami Exp $ +# $Id: Makefile,v 1.5 1997/09/23 02:17:56 max Exp $ # PKGNAME= zh-Wnn-4.2 @@ -14,4 +14,6 @@ COMMENT= ${.CURDIR}/pkg/COMMENT DESCR= ${.CURDIR}/pkg/DESCR PLIST= ${.CURDIR}/pkg/PLIST -.include "${.CURDIR}/../../japanese/Wnn/Makefile" +MASTERDIR= ${.CURDIR}/../../japanese/Wnn + +.include "${MASTERDIR}/Makefile" |