diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-04-19 21:03:03 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-04-19 21:03:03 +0000 |
commit | 7417ba9ad90916b93fb1968d09f16fad5a32860b (patch) | |
tree | 21d5597899c55f84292a0d9673534903b8a940a3 /sbin/isakmpd/sysdep | |
parent | a2050e249e6ce7a8a9cc1ced40d15d8bf49eff2f (diff) |
./sysdep/openbsd/Makefile.sysdep: Merge with EOM 1.3
Make PF_ENCAP and PF_KEY versions of OpenBSD support separated through the OS
make variable of the top Makefile.
Diffstat (limited to 'sbin/isakmpd/sysdep')
-rw-r--r-- | sbin/isakmpd/sysdep/openbsd/Makefile.sysdep | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep index 3aa26f05563..1cad3cddba0 100644 --- a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep +++ b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep @@ -1,5 +1,5 @@ -# $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 $ +# $OpenBSD: Makefile.sysdep,v 1.3 1999/04/19 21:03:02 niklas Exp $ +# $EOM: Makefile.sysdep,v 1.3 1999/04/13 09:03:39 niklas Exp $ # # Copyright (c) 1999 Niklas Hallqvist. All rights reserved. @@ -36,3 +36,6 @@ LDADD+= -lgmp -ldes DPADD+= ${LIBGMP} ${LIBDES} + +SRCS+= pf_key_v2.c +CFLAGS+= -DUSE_PF_KEY_V2 |