diff options
Diffstat (limited to 'games/fkiss')
-rw-r--r-- | games/fkiss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 8bec04f9a44..7776128cedb 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/04/11 18:11:03 snj Exp $ +# $NetBSD: Makefile,v 1.15 2004/12/03 15:14:57 wiz Exp $ # DISTNAME= fkiss-0.33 @@ -22,7 +22,7 @@ USE_GNU_TOOLS+= make GNU_CONFIGURE= yes CFLAGS+= -DUSE_STDARG -DHAVE_STDARG_H CFLAGS+= -DDEV_SOUND=\"\\\"${DEVOSSSOUND}\\\"\" -ALL_TARGET= fkiss +BUILD_TARGET= fkiss post-patch: ${MV} ${WRKSRC}/sound.c ${WRKSRC}/sound.c.bak |