diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-05-07 16:36:45 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-05-07 16:36:45 +0000 |
commit | 1e8135463a37f9ceb29f2e7f5133d3d6e56558a3 (patch) | |
tree | 5bbbcd17a658070b4a7605e4f672458c062142c9 /net/radius | |
parent | 179302cded6ed1616964b0fa2a085429b8263fc0 (diff) |
Notes
Diffstat (limited to 'net/radius')
-rw-r--r-- | net/radius/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/radius/Makefile b/net/radius/Makefile index f3f39bae66ac..dab41df5c5ba 100644 --- a/net/radius/Makefile +++ b/net/radius/Makefile @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org RESTRICTED= redistribution in binary only NO_CDROM= not allowed to charge fee for redistribution +FORBIDDEN= "Remotely exploitable buffer overflow" + NO_WRKSUBDIR= yes INSTALL_TARGET= install-all MAKE-FLAGS+= -DPREFIX=${PREFIX} |