diff options
Diffstat (limited to 'shells/rc')
-rw-r--r-- | shells/rc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile index 651d8093b50..9789725a3ad 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/09/20 04:23:49 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/10/23 15:27:20 rillig Exp $ DISTNAME= rc-1.6 PKGREVISION= 1 @@ -9,8 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.star.le.ac.uk/%7Etjg/rc/ COMMENT= Unix incarnation of the plan9 shell -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-history +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-history USE_PKGINSTALL= yes PKG_SHELL= bin/rc |