mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
While command(1) is now classified by POSIX as an intrinsic utility and
no longer required to exist as a standalone program, it turns out that
we still have a use for it (cf. env(1)), so resurrect it.
PR: 291879
Fixes: 4100bd6caa ("usr.bin: Remove intrinsic utilities")
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D54341
4 lines
48 B
Makefile
4 lines
48 B
Makefile
SCRIPTS=command.sh
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|