add a printenv implementation

This commit is contained in:
Mike Frysinger
2005-04-21 23:23:13 +00:00
parent c0bc9652fd
commit 6d1d2e59bf
3 changed files with 59 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ COREUTILS-$(CONFIG_MKNOD) += mknod.o
COREUTILS-$(CONFIG_MV) += mv.o
COREUTILS-$(CONFIG_NICE) += nice.o
COREUTILS-$(CONFIG_OD) += od.o
COREUTILS-$(CONFIG_PRINTENV) += printenv.o
COREUTILS-$(CONFIG_PRINTF) += printf.o
COREUTILS-$(CONFIG_PWD) += pwd.o
COREUTILS-$(CONFIG_REALPATH) += realpath.o