diff options
Diffstat (limited to 'x11-servers/XttXF86srv-S3/Makefile')
-rw-r--r-- | x11-servers/XttXF86srv-S3/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-servers/XttXF86srv-S3/Makefile b/x11-servers/XttXF86srv-S3/Makefile index c18738e07c27..42c036bfa1f4 100644 --- a/x11-servers/XttXF86srv-S3/Makefile +++ b/x11-servers/XttXF86srv-S3/Makefile @@ -3,7 +3,7 @@ # Date created: 15 April 1998 # Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> # -# $Id: Makefile,v 1.2 1998/09/01 13:41:07 asami Exp $ +# $Id: Makefile,v 1.3 1998/10/10 04:22:07 steve Exp $ # DISTNAME= xc @@ -16,4 +16,7 @@ RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common SERVER= XF86_S3 -.include "${.CURDIR}/../XttXF86srv-common/Makefile" +MASTERDIR= ${.CURDIR}/../XttXF86srv-common +PKGDIR= ${.CURDIR}/pkg + +.include "${MASTERDIR}/Makefile" |