From 7417ba9ad90916b93fb1968d09f16fad5a32860b Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Mon, 19 Apr 1999 21:03:03 +0000 Subject: ./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. --- sbin/isakmpd/sysdep/openbsd/Makefile.sysdep | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'sbin/isakmpd/sysdep') 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 -- cgit v1.2.3