diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-06-24 06:50:58 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-06-24 06:50:58 +0000 |
| commit | ce09ad50986b01330a286a8b4e30e182de4d1fb4 (patch) | |
| tree | 354a4f4c055ae7e07c94204cc848854622c9040c /secure/Makefile.inc | |
| parent | bf0ad6d7528737b07048a1df76c9ae5e8b6fb8e8 (diff) | |
Notes
Diffstat (limited to 'secure/Makefile.inc')
| -rw-r--r-- | secure/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/secure/Makefile.inc b/secure/Makefile.inc index afe5e9772292f..faa0bd24a553d 100644 --- a/secure/Makefile.inc +++ b/secure/Makefile.inc @@ -15,3 +15,7 @@ CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt/obj .else CRYPTOBJDIR= ${.CURDIR}/../../lib/libcrypt .endif + +.if !defined(WITH_IDEA) || ${WITH_IDEA} != YES +CFLAGS+= -DNO_IDEA +.endif |
