diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-07-02 13:19:01 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2006-07-02 13:19:01 +0000 |
commit | 20a8362552c7f77707c30f82aba94676121250a3 (patch) | |
tree | 5be40a84ea2adef83428c57aa237574a5e9dc3be /sbin/isakmpd/Makefile | |
parent | 36207a330ccf1cae7cf91b22b4e4b123030ab8be (diff) |
Let isakmpd send out a vendor ID announcing isamkpds release version.
Will be handy for release specific bug fixes, etc. Suggested by
markus@ quite some time ago.
ok markus@
Diffstat (limited to 'sbin/isakmpd/Makefile')
-rw-r--r-- | sbin/isakmpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index f465658abfe..ef5cce93cd8 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.77 2005/05/18 20:15:22 hshoexer Exp $ +# $OpenBSD: Makefile,v 1.78 2006/07/02 13:19:00 hshoexer Exp $ # $EOM: Makefile,v 1.78 2000/10/15 21:33:42 niklas Exp $ # @@ -42,7 +42,8 @@ SRCS= app.c attribute.c cert.c connection.c constants.c conf.c \ prf.c sa.c sysdep.c timer.c transport.c virtual.c udp.c \ ui.c util.c x509.c \ pf_key_v2.c policy.c math_ec2n.c ike_aggressive.c isakmp_cfg.c \ - dpd.c monitor.c monitor_fdpass.c nat_traversal.c udp_encap.c + dpd.c monitor.c monitor_fdpass.c nat_traversal.c udp_encap.c \ + vendor.c GENERATED= exchange_num.h ipsec_fld.h ipsec_num.h isakmp_fld.h \ isakmp_num.h |