diff options
Diffstat (limited to 'x11-servers/XttXF86srv-xfs')
-rw-r--r-- | x11-servers/XttXF86srv-xfs/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-servers/XttXF86srv-xfs/Makefile b/x11-servers/XttXF86srv-xfs/Makefile index 3223f5c54e95..949dccf34324 100644 --- a/x11-servers/XttXF86srv-xfs/Makefile +++ b/x11-servers/XttXF86srv-xfs/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:11 asami Exp $ +# $Id: Makefile,v 1.3 1998/10/10 04:22:12 steve Exp $ # DISTNAME= xc @@ -16,4 +16,7 @@ RUN_DEPENDS= mkfontdir.pl:${.CURDIR}/../XttXF86srv-common SERVER= xfs -.include "${.CURDIR}/../XttXF86srv-common/Makefile" +MASTERDIR= ${.CURDIR}/../XttXF86srv-common +PKGDIR= ${.CURDIR}/pkg + +.include "${MASTERDIR}/Makefile" |