diff options
Diffstat (limited to 'games/xjig/Makefile')
-rw-r--r-- | games/xjig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xjig/Makefile b/games/xjig/Makefile index a160b30c553..19c90308919 100644 --- a/games/xjig/Makefile +++ b/games/xjig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/05/23 23:50:05 kristerw Exp $ +# $NetBSD: Makefile,v 1.15 2004/12/03 15:14:58 wiz Exp $ # DISTNAME= xjig-2.4 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Jigsaw puzzle USE_IMAKE= yes -ALL_TARGET= xjig xjig.0 +BUILD_TARGET= xjig xjig.0 USE_LANGUAGES= c c++ |