diff --git a/usr.bin/tee/Makefile b/usr.bin/tee/Makefile index 1e5781bef4d..fbfbb8e1c9c 100644 --- 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 index 3e6ce8bfbd8..4e26b9457fd 100644 --- 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