chgrp: just call chown! :)

This commit is contained in:
Denis Vlasenko
2006-10-27 23:28:38 +00:00
parent 3b8fc1c582
commit e80e2a3660
3 changed files with 19 additions and 41 deletions

View File

@@ -11,7 +11,7 @@ lib-$(CONFIG_BASENAME) += basename.o
lib-$(CONFIG_CAL) += cal.o
lib-$(CONFIG_CAT) += cat.o
lib-$(CONFIG_CATV) += catv.o
lib-$(CONFIG_CHGRP) += chgrp.o
lib-$(CONFIG_CHGRP) += chgrp.o chown.o
lib-$(CONFIG_CHMOD) += chmod.o
lib-$(CONFIG_CHOWN) += chown.o
lib-$(CONFIG_CHROOT) += chroot.o