diff options
-rw-r--r-- | mbone/nte/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index 62d82b95db2..e73161176f3 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/05/24 20:39:45 tv Exp $ +# $NetBSD: Makefile,v 1.18 2000/01/09 01:39:37 wiz Exp $ # DISTNAME= nt.1.5a23 @@ -25,7 +25,7 @@ USE_GMAKE= yes MAKE_ENV= TK_SRC=${TK_SRC} do-configure: - cd ${WRKSRC}/netbsd && sh configure + cd ${WRKSRC}/netbsd && ${SH} configure .include "../../mk/bsd.pkg.mk" |