diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-02-23 01:45:55 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-02-23 01:45:55 +0000 |
commit | c2430908d446d35c08f1c81c4e3e4892b64759af (patch) | |
tree | 80477c6b852ca641370cb4ec58bb15a747c65755 /security/Makefile | |
parent | 115dfbb7056bb00bad957e0a2a8570ed6d4468c0 (diff) | |
download | ports-c2430908d446d35c08f1c81c4e3e4892b64759af.tar.gz ports-c2430908d446d35c08f1c81c4e3e4892b64759af.zip |
Refactor f-prot into f-prot (for the code) and f-prot-sig (for the
signature definitions). This allows the definitions to be updated
seperately as and when required.
PR: ports/62917, 62918
Submitted by: Tim Bishop <tim@bishnet.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=101791
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 3c6664d6718d..b73ab2daae4f 100644 --- a/security/Makefile +++ b/security/Makefile @@ -72,6 +72,7 @@ SUBDIR += drwebd SUBDIR += dsniff SUBDIR += f-prot + SUBDIR += f-prot-sig SUBDIR += fakebo SUBDIR += fakeident SUBDIR += find-zlib |