From: niklas Date: Fri, 7 Apr 2000 22:10:40 +0000 (+0000) Subject: Merge with EOM 1.13 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5197e8944cfd6535e6a133e6bd98a87113761834;p=openbsd Merge with EOM 1.13 author: niklas (c) 2000 author: niklas FEATURES does not belong here, and let GMP go author: ho Add FEATURES definition, fix comment. --- diff --git a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep index b8c64ab49c1..183d647ab44 100644 --- a/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep +++ b/sbin/isakmpd/sysdep/openbsd/Makefile.sysdep @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.sysdep,v 1.7 1999/08/26 22:32:03 niklas Exp $ -# $EOM: Makefile.sysdep,v 1.10 1999/08/26 11:40:48 niklas Exp $ +# $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 $ # -# Copyright (c) 1999 Niklas Hallqvist. All rights reserved. +# Copyright (c) 1999, 2000 Niklas Hallqvist. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -34,9 +34,6 @@ # This code was written under funding by Ericsson Radio Systems. # -LDADD+= -lgmp -DPADD+= ${LIBGMP} - IPSEC_SRCS= pf_key_v2.c IPSEC_CFLAGS= -DUSE_PF_KEY_V2