diff options
Diffstat (limited to 'chinese/mule-freewnn/Makefile')
-rw-r--r-- | chinese/mule-freewnn/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chinese/mule-freewnn/Makefile b/chinese/mule-freewnn/Makefile index 23d132c8a126..f917efd89422 100644 --- a/chinese/mule-freewnn/Makefile +++ b/chinese/mule-freewnn/Makefile @@ -3,11 +3,14 @@ # Date created: 20 July 1997 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.3 1998/09/27 00:01:11 steve Exp $ +# $Id: Makefile,v 1.4 1998/10/07 08:11:26 asami Exp $ # PKGNAME= zh-mule-wnn4-2.3 CATEGORIES= chinese editors CWNN4= yes -.include "${.CURDIR}/../../editors/mule/Makefile" +MASTERDIR= ${.CURDIR}/../../editors/mule +PKGDIR= ${.CURDIR}/pkg + +.include "${MASTERDIR}/Makefile" |