diff options
author | eadler <eadler@FreeBSD.org> | 2012-10-22 03:57:00 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-10-22 03:57:00 +0000 |
commit | 81826d4eaa973b897985a61a91c923c3e973b890 (patch) | |
tree | d479d19cefea9c4186759288ae1a7a48565dff64 /usr.bin/Makefile | |
parent | fec307dd7b1bf7d627d9d6aff6944448a61f2010 (diff) | |
download | FreeBSD-src-81826d4eaa973b897985a61a91c923c3e973b890.zip FreeBSD-src-81826d4eaa973b897985a61a91c923c3e973b890.tar.gz |
Add a clean-room reimplementation of a script originally
found in openssh's contrib directory.
This version has more features and is better written.
I intend to submit this upstream as well.
Reviewed by: bapt
Reviewed by: des
Approved by: cperciva
MFC after: 1 week
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 377c375..17aafa8 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -146,6 +146,7 @@ SUBDIR= alias \ sockstat \ sort \ split \ + ssh-copy-id \ stat \ stdbuf \ su \ |