diff options
Diffstat (limited to 'ham/tfkiss')
-rw-r--r-- | ham/tfkiss/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ham/tfkiss/Makefile b/ham/tfkiss/Makefile index db725a521a6..c892290ecbb 100644 --- a/ham/tfkiss/Makefile +++ b/ham/tfkiss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:08 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/12/05 20:50:23 rillig Exp $ # DISTNAME= tfkiss-1.2.4 @@ -12,6 +12,8 @@ COMMENT= Software implementation of TheFirmware for use with TNT USE_TOOLS+= gmake GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-xpid --enable-flexnet --enable-axip +CONFIGURE_ARGS+= --enable-xpid +CONFIGURE_ARGS+= --enable-flexnet +CONFIGURE_ARGS+= --enable-axip .include "../../mk/bsd.pkg.mk" |