diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-16 07:04:04 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-16 07:04:04 +0000 |
| commit | dd9b4d308dbab2efd1f08cf945db86220a61cbf7 (patch) | |
| tree | 11169b34597fd0f1165df4fec03f6a3683154a49 /bin | |
| parent | da4fc24a42e0e9e35036255f5064b6c65d2ecf12 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile index 1b3ee7ae43bc..3beb06c2f5fe 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -37,7 +37,8 @@ SUBDIR= cat \ sleep \ stty \ sync \ - test + test \ + uuidgen .if ${MK_RCMDS} != "no" _rcp= rcp |
