diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-17 22:07:32 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-17 22:07:32 +0000 |
commit | 2260b0e237bd15e016fec131c0b6a6d023269c57 (patch) | |
tree | 5f630254f2f5f96b0c55b6c578f59698638273c7 /sbin | |
parent | 6435d6bab72046b2ce66be278217ea0413f78d5d (diff) |
Merge with EOM 1.6
author: niklas
libdes not needed anymore
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/sysdep/openbsd/Makefile.sysdep | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep index 95de74742e0..9323a6d5e41 100644 --- a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep +++ b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.sysdep,v 1.5 1999/07/17 21:54:39 niklas Exp $ -# $EOM: Makefile.sysdep,v 1.5 1999/07/17 20:44:16 niklas Exp $ +# $OpenBSD: Makefile.sysdep,v 1.6 1999/07/17 22:07:31 niklas Exp $ +# $EOM: Makefile.sysdep,v 1.6 1999/07/17 22:10:49 niklas Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. @@ -34,8 +34,8 @@ # This code was written under funding by Ericsson Radio Systems. # -LDADD+= -lgmp -ldes -lcrypto -DPADD+= ${LIBGMP} ${LIBDES} ${LIBCRYPTO} +LDADD+= -lgmp -lcrypto +DPADD+= ${LIBGMP} ${LIBCRYPTO} SRCS+= pf_key_v2.c CFLAGS+= -DUSE_PF_KEY_V2 |