diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-10-07 06:59:33 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-10-07 06:59:33 +0000 |
commit | 39bf14f5245cca013c8341afe400b0cbc68f678e (patch) | |
tree | d9b9d8903bc91dda5a7628eea6d91558126f0c8f /sbin/isakmpd/sysdep | |
parent | 4c43aa90b2d474d5a84cd2a0faf065b8539ff6ba (diff) |
Merge with EOM 1.14
author: ho
Add USE_KEYNOTE if policy feature is active
Diffstat (limited to 'sbin/isakmpd/sysdep')
-rw-r--r-- | sbin/isakmpd/sysdep/openbsd/Makefile.sysdep | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep index 183d647ab44..b6abb458160 100644 --- a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep +++ b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.sysdep,v 1.8 2000/04/07 22:10:40 niklas Exp $ -# $EOM: Makefile.sysdep,v 1.13 2000/04/07 22:05:57 niklas Exp $ +# $OpenBSD: Makefile.sysdep,v 1.9 2000/10/07 06:59:32 niklas Exp $ +# $EOM: Makefile.sysdep,v 1.14 2000/09/12 16:31:22 ho Exp $ # # Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -44,7 +44,12 @@ CFLAGS+= -DSYMBOL_PREFIX='"_"' .endif USE_LIBCRYPTO= defined + +.ifdef FEATURES +.if ${FEATURES:Mpolicy} == "policy" USE_KEYNOTE= defined +.endif +.endif .ifndef USE_LIBCRYPTO DESLIB= -ldes |