diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-22 16:12:23 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-22 16:12:23 +0000 |
commit | 4f56b2baa0b251b3f8a7a4d3047324f21edb8b4f (patch) | |
tree | 2cc512a10b56988cf8bb5bfe318afa957b691baf /security/tripwire12 | |
parent | 36851c364ff76c68228462c4f7d8b30b21ce3cb7 (diff) |
Remove RESTRICTED tag for crypto stuff.
Approved by: kris (implicitly)
Notes
Notes:
svn path=/head/; revision=76164
Diffstat (limited to 'security/tripwire12')
-rw-r--r-- | security/tripwire12/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/tripwire12/Makefile b/security/tripwire12/Makefile index f61630ee8aef..03d34c2bdfce 100644 --- a/security/tripwire12/Makefile +++ b/security/tripwire12/Makefile @@ -18,7 +18,6 @@ MAN5= tw.config.5 MAN8= siggen.8 tripwire.8 NO_CDROM= "cannot be redistributed for more than the cost of duplication" NO_PACKAGE= "requires local database to be built" -RESTRICTED= "contains crypto class algorithms" TWCONFIG?= ${FILESDIR}/tw.conf.freebsd2 |