diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-11 20:39:31 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-11 20:39:31 +0000 |
commit | cf56aae731eb94d0ef5705feeb4c7cba65bdf3dc (patch) | |
tree | e33685f11c2d4d7bb4921d89d84b3784e28ebc1c /sysutils/Makefile | |
parent | c9cb59d1858c69dd8f0bcbdaee48474ef350e0ab (diff) |
Add nvclock, a utility that allows users to overclock their nVidia-based
graphics cards.
PR: 55478
Submitted by: Samy Al Bahra <samy@tommy.sdodson.com>
Notes
Notes:
svn path=/head/; revision=86783
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 6504bf3b69fb..ba6b1d53d2b3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -180,6 +180,7 @@ SUBDIR += no-login SUBDIR += npadmin SUBDIR += nut + SUBDIR += nvclock SUBDIR += nwclient SUBDIR += nwclient602 SUBDIR += obliterate |