summaryrefslogtreecommitdiff
path: root/bin/ed
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-02-09 16:58:50 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-02-09 16:58:50 +0000
commitac2875fa16f0a3747b0e3f249814c4297605be61 (patch)
tree5e5a38d65f8ff53cf4462202df9b97f8213ef5c3 /bin/ed
parent406009982ab8caba08f9102eb94ee4564a377b18 (diff)
downloadsrc-test-ac2875fa16f0a3747b0e3f249814c4297605be61.tar.gz
src-test-ac2875fa16f0a3747b0e3f249814c4297605be61.zip
Explicitly add unmarked bin/ binaries to the runtime package.
Note: tcsh(1) has a MK_TCSH=no test, so this should be a separate package, which requires pre-install/post-install scripts, to be added later. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/release-pkg/; revision=295439
Diffstat (limited to 'bin/ed')
-rw-r--r--bin/ed/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ed/Makefile b/bin/ed/Makefile
index bef3ff1ad5ef6..40e06134e87d9 100644
--- a/bin/ed/Makefile
+++ b/bin/ed/Makefile
@@ -2,6 +2,7 @@
.include <src.opts.mk>
+PACKAGE=runtime
PROG= ed
SRCS= buf.c cbc.c glbl.c io.c main.c re.c sub.c undo.c
LINKS= ${BINDIR}/ed ${BINDIR}/red