diff --git a/usr.bin/tee/Makefile b/usr.bin/tee/Makefile --- a/usr.bin/tee/Makefile +++ b/usr.bin/tee/Makefile @@ -1,5 +1,6 @@ .include +PACKAGE= runtime PROG= tee HAS_TESTS= diff --git a/usr.sbin/chown/Makefile b/usr.sbin/chown/Makefile --- a/usr.sbin/chown/Makefile +++ b/usr.sbin/chown/Makefile @@ -1,5 +1,6 @@ .include +PACKAGE= runtime PROG= chown LINKS= ${BINDIR}/chown /usr/bin/chgrp MAN= chgrp.1 chown.8