diff options
Diffstat (limited to 'print/pkfonts360/Makefile')
-rw-r--r-- | print/pkfonts360/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/pkfonts360/Makefile b/print/pkfonts360/Makefile index aadff7d16f6a..30ed640d1383 100644 --- a/print/pkfonts360/Makefile +++ b/print/pkfonts360/Makefile @@ -3,11 +3,10 @@ # Date created: 06 Nov 1998 # Whom: Satoshi Asami <asami@freebsd.org> # -# $Id: Makefile,v 1.1 1998/11/07 10:50:03 asami Exp $ +# $Id: Makefile,v 1.2 1998/11/08 09:37:03 asami Exp $ # RESOLUTION= 360 -FILESDIR= ${.CURDIR}/../pkfonts300/files -PKGDIR= ${.CURDIR}/../pkfonts300/pkg +MASTERDIR= ${.CURDIR}/../pkfonts300 -.include "${.CURDIR}/../pkfonts300/Makefile" +.include "${MASTERDIR}/Makefile" |