diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-04-07 22:10:41 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-04-07 22:10:41 +0000 |
commit | 67b0e1e0103eeec64937de7ed3b4b981391a4a50 (patch) | |
tree | 8e7a63cb26b826e8214df3a983c74d3a925a3496 /sbin/isakmpd | |
parent | 9734662102d38c4dd9171643aa6bea9e508f3e76 (diff) |
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.
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/sysdep/openbsd/Makefile.sysdep | 9 |
1 files changed, 3 insertions, 6 deletions
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 |