diff options
Diffstat (limited to 'bin/mv/Makefile')
-rw-r--r-- | bin/mv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/mv/Makefile b/bin/mv/Makefile index 02a5a48..e82466b 100644 --- a/bin/mv/Makefile +++ b/bin/mv/Makefile @@ -3,6 +3,7 @@ .include <src.opts.mk> +PACKAGE=runtime PROG= mv .if ${MK_TESTS} != "no" |