diff --git a/lib/libbe/Makefile b/lib/libbe/Makefile --- a/lib/libbe/Makefile +++ b/lib/libbe/Makefile @@ -4,6 +4,7 @@ .include +PACKAGE= runtime LIB= be SHLIB_MAJOR= 1 SHLIB_MINOR= 0 diff --git a/sbin/bectl/Makefile b/sbin/bectl/Makefile --- a/sbin/bectl/Makefile +++ b/sbin/bectl/Makefile @@ -2,6 +2,7 @@ .include +PACKAGE=runtime PROG= bectl MAN= bectl.8