diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2004-08-02 15:30:34 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2004-08-02 15:30:34 +0000 |
commit | 6181fb31e7c693c1df53b9abe5c2a67bcf52acf7 (patch) | |
tree | ba93829b7a2d1cb352a6b0777044f2178a190bb2 /sbin/isakmpd | |
parent | f20e35aa3539cce62847eeb93380ffd8bbe1a0d1 (diff) |
Missed to add virtual.c here. Noted by Benjamin Pineau.
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/GNUmakefile b/sbin/isakmpd/GNUmakefile index ee6941ace05..9551b94ceb1 100644 --- a/sbin/isakmpd/GNUmakefile +++ b/sbin/isakmpd/GNUmakefile @@ -1,4 +1,4 @@ -# $OpenBSD: GNUmakefile,v 1.7 2003/06/03 14:28:16 ho Exp $ +# $OpenBSD: GNUmakefile,v 1.8 2004/08/02 15:30:33 ho Exp $ # # Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved. @@ -66,7 +66,7 @@ SRCS= app.c attribute.c cert.c connection.c \ ipsec.c ipsec_fld.c ipsec_num.c isakmpd.c isakmp_doi.c \ isakmp_fld.c isakmp_num.c key.c libcrypto.c log.c message.c \ math_2n.c math_group.c prf.c sa.c sysdep.c timer.c \ - transport.c udp.c ui.c util.c + transport.c udp.c ui.c util.c virtual.c GENERATED= exchange_num.h ipsec_fld.h ipsec_num.h isakmp_fld.h \ isakmp_num.h |