summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-03-12 13:10:04 +0000
committerdes <des@FreeBSD.org>2004-03-12 13:10:04 +0000
commit37f2e4ca225f38ae51882b1298d8a3da10b19d12 (patch)
tree07f2e0cdfc8d13e3e3692bbfffa26a2987d58b8c
parent0fb2bbaf7a7d36339cfd59cc12f9fe648092505a (diff)
downloadFreeBSD-src-37f2e4ca225f38ae51882b1298d8a3da10b19d12.zip
FreeBSD-src-37f2e4ca225f38ae51882b1298d8a3da10b19d12.tar.gz
Add id(1) (aka groups(1) aka whoami(1)) since it is used by install.sh.
-rw-r--r--rescue/rescue/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index dbcd344..ee03590 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -197,6 +197,9 @@ CRUNCH_PROGS_gnu/usr.bin+= tar
CRUNCH_PROGS_usr.bin+= vi
CRUNCH_ALIAS_vi= ex
+CRUNCH_PROGS_usr.bin+= id
+CRUNCH_ALIAS_id= groups whoami
+
##################################################################
# The following is pretty nearly a generic crunchgen-handling makefile
#
OpenPOWER on IntegriCloud