diff options
author | Glen Barber <gjb@FreeBSD.org> | 2016-02-09 16:58:50 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2016-02-09 16:58:50 +0000 |
commit | ac2875fa16f0a3747b0e3f249814c4297605be61 (patch) | |
tree | 5e5a38d65f8ff53cf4462202df9b97f8213ef5c3 /bin/realpath/Makefile | |
parent | 406009982ab8caba08f9102eb94ee4564a377b18 (diff) |
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/realpath/Makefile')
-rw-r--r-- | bin/realpath/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/realpath/Makefile b/bin/realpath/Makefile index acf62c76cb3a..71381f3359d0 100644 --- a/bin/realpath/Makefile +++ b/bin/realpath/Makefile @@ -1,5 +1,6 @@ # $FreeBSD$ +PACKAGE=runtime PROG= realpath .include <bsd.prog.mk> |