diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-24 15:01:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-24 15:01:12 +0000 |
commit | 0ce79ac0ab01af1784beea24d8e1e7e2b014331e (patch) | |
tree | d24e8247273886f4190e9b15e9d56431f9626bb4 /ports-mgmt/Makefile | |
parent | Update to 2.04 (diff) |
lsknobs is a simple sh(1) script designed to help configure
ports knobs and options by listing them together with their
status (either enabled or not). It uses portconf for knobs.
PR: ports/116127
Submitted by: Gabriel Linder <linder.gabriel at gmail.com>
Diffstat (limited to 'ports-mgmt/Makefile')
-rw-r--r-- | ports-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index cec6f7914839..a0ca68e8a364 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -10,6 +10,7 @@ SUBDIR += instant-tinderbox SUBDIR += jailaudit SUBDIR += kports + SUBDIR += lsknobs SUBDIR += managepkg SUBDIR += newportsversioncheck SUBDIR += p5-FreeBSD-Portindex |