diff options
author | Christian S.J. Peron <csjp@FreeBSD.org> | 2007-07-15 18:35:24 +0000 |
---|---|---|
committer | Christian S.J. Peron <csjp@FreeBSD.org> | 2007-07-15 18:35:24 +0000 |
commit | 8c8929eab3dd535810d8297546612cc0a277ccfb (patch) | |
tree | 3052366b66d49522b526f45f31fe0bb9ff239500 | |
parent | Use MASTER_SITE_LOCAL instead of hardcoding my freefall account. (diff) |
Hook bsmtrace into build for the security category
Reminded by: Pav
Notes
Notes:
svn path=/head/; revision=195672
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 92b34d293d88..d8669fd60052 100644 --- a/security/Makefile +++ b/security/Makefile @@ -49,6 +49,7 @@ SUBDIR += bruteblock SUBDIR += bruteforceblocker SUBDIR += bsdsfv + SUBDIR += bsmtrace SUBDIR += bsp_upektfmess SUBDIR += bubblegum SUBDIR += bugs |