diff options
author | Xin LI <delphij@FreeBSD.org> | 2009-11-03 08:00:23 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2009-11-03 08:00:23 +0000 |
commit | cf9f01aab4d9f64db1fb7a40213a3d2e3a3b8461 (patch) | |
tree | 577c91f0535c09aea6ef57668334290087c0d232 /sysutils/Makefile | |
parent | 0af451f6be9c68f09dcded13c26c787ecf53fcd7 (diff) |
Add sdparm, a utility that permits inquiry or set SCSI/SAS disk parameters.
This is the same program running on Linux, Solaris, and even Windows.
Sponsored by: iXsystems, Inc
Notes
Notes:
svn path=/head/; revision=243693
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 8b722be69bba..950794e87366 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -704,6 +704,7 @@ SUBDIR += screen SUBDIR += screenie SUBDIR += sdd + SUBDIR += sdparm SUBDIR += searchmonkey SUBDIR += seatools SUBDIR += sec |