diff options
author | des <des@FreeBSD.org> | 2004-03-12 13:10:04 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-03-12 13:10:04 +0000 |
commit | 37f2e4ca225f38ae51882b1298d8a3da10b19d12 (patch) | |
tree | 07f2e0cdfc8d13e3e3692bbfffa26a2987d58b8c /rescue | |
parent | 0fb2bbaf7a7d36339cfd59cc12f9fe648092505a (diff) | |
download | FreeBSD-src-37f2e4ca225f38ae51882b1298d8a3da10b19d12.zip FreeBSD-src-37f2e4ca225f38ae51882b1298d8a3da10b19d12.tar.gz |
Add id(1) (aka groups(1) aka whoami(1)) since it is used by install.sh.
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 3 |
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 # |