summaryrefslogtreecommitdiff
path: root/shells/rc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:57:23 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 22:57:23 +0000
commitf6e6105ff836ed6f4094a8f311d85b6a35799b9b (patch)
treec5ec60c607361ad1397f09c1f3d11009832c21ce /shells/rc
parentAdd NO_STAGE all over the place in preparation for the staging support (cat: ... (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: shells)
Notes
Notes: svn path=/head/; revision=327770
Diffstat (limited to 'shells/rc')
-rw-r--r--shells/rc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/rc/Makefile b/shells/rc/Makefile
index dbe672053dad..6e92106084d9 100644
--- a/shells/rc/Makefile
+++ b/shells/rc/Makefile
@@ -18,6 +18,7 @@ MAN1= history.1 rc.1
OPTIONS_DEFINE= READLINE
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MREADLINE}