diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 21:22:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-30 21:22:28 +0000 |
commit | 0184e64ba2367175a59bc0b7e51205b0677026df (patch) | |
tree | 8a30ac96fffc298fc6d47330054139b5c1d2e493 /security | |
parent | RESTRICTED implies NO_CDROM and NO_PACKAGE (diff) |
Cryptography is no longer export-restricted
Notes
Notes:
svn path=/head/; revision=85955
Diffstat (limited to 'security')
-rw-r--r-- | security/bugs/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/bugs/Makefile b/security/bugs/Makefile index 2fb483c84f79..7b323808024e 100644 --- a/security/bugs/Makefile +++ b/security/bugs/Makefile @@ -21,10 +21,6 @@ USE_GMAKE= yes # No Manual page -# Cryptography = be extra careful... -NO_CDROM= may contain export-restricted material -NO_PACKAGE= may contain export-restricted material - post-configure: (cd ${WRKSRC}; ${MAKE} bsd) ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed |