Added mkfifo and rmdir

This commit is contained in:
Gitea 2020-12-14 07:18:58 -06:00
parent b3a7c16bb6
commit f0970de67c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ mandir = $(prefix)/man
INSTALLPROGRAM = \install
UTILS = asa basename cat cksum cmp dirname echo expand false head link ln \
logname pwd sleep tee true tty uname wc
logname mkfifo pwd rmdir sleep tee true tty uname wc
all: $(UTILS)