diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-31 00:50:06 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-03-31 00:50:06 +0000 |
commit | dfa45750d0aee621d2e037605431952919126630 (patch) | |
tree | aa5e6604ab4f47afb8c5f43240d6cc0ff8904374 /sbin/isakmpd/sysdep | |
parent | c3ad276999faf9ebae8b6af39484072f4b6b8fe0 (diff) |
Merge with EOM 1.2
Append to LDADD and DPADD, not replace
Diffstat (limited to 'sbin/isakmpd/sysdep')
-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 003883270cb..3aa26f05563 100644 --- a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep +++ b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.sysdep,v 1.1 1999/03/02 15:06:13 niklas Exp $ -# $EOM: Makefile.sysdep,v 1.1 1999/03/02 14:27:10 niklas Exp $ +# $OpenBSD: Makefile.sysdep,v 1.2 1999/03/31 00:50:05 niklas Exp $ +# $EOM: Makefile.sysdep,v 1.2 1999/03/30 21:47:23 niklas Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. @@ -34,5 +34,5 @@ # This code was written under funding by Ericsson Radio Systems. # -LDADD= -lgmp -ldes -DPADD= ${LIBGMP} ${LIBDES} +LDADD+= -lgmp -ldes +DPADD+= ${LIBGMP} ${LIBDES} |