diff options
Diffstat (limited to 'package/targets.mak')
-rw-r--r-- | package/targets.mak | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/targets.mak b/package/targets.mak index 824fc26..b502988 100644 --- a/package/targets.mak +++ b/package/targets.mak @@ -52,9 +52,12 @@ LIB_DEFS := EXECLINE=execline ifeq ($(PEDANTIC_POSIX),1) -BIN_TARGETS += posix-cd +BIN_TARGETS += posix-cd posix-umask $(DESTDIR)$(bindir)/cd: $(DESTDIR)$(bindir)/posix-cd exec ./tools/install.sh -l posix-cd $(DESTDIR)$(bindir)/cd +$(DESTDIR)$(bindir)/umask: $(DESTDIR)$(bindir)/posix-umask + exec ./tools/install.sh -l posix-umask $(DESTDIR)$(bindir)/umask + endif |