diff options
Diffstat (limited to 'games/xtris/Makefile')
-rw-r--r-- | games/xtris/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xtris/Makefile b/games/xtris/Makefile index 76a9deea272..93ae112f909 100644 --- a/games/xtris/Makefile +++ b/games/xtris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/01 18:02:53 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= xtris-1.15 @@ -14,6 +14,8 @@ USE_X11BASE= yes .include "options.mk" +INSTALLATION_DIRS= bin man/man6 + .include "../../mk/x11.buildlink3.mk" do-install: |