diff options
Diffstat (limited to 'usr.bin/logger/Makefile')
-rw-r--r-- | usr.bin/logger/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/logger/Makefile b/usr.bin/logger/Makefile index c40baf2e3dc0..14663709632a 100644 --- a/usr.bin/logger/Makefile +++ b/usr.bin/logger/Makefile @@ -3,6 +3,8 @@ .include <src.opts.mk> +PACKAGE= runtime + PROG= logger .if ${MK_INET6_SUPPORT} != "no" |