summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1998-11-16 12:31:00 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1998-11-16 12:31:00 +0000
commitd782ce7c0e0d9be49ee1e264a730a93ad2d27c35 (patch)
treed239b3c4e6f3c2e9be56cc36db6bd6930be7f733
parenta66b73ef6e502bd77d418c12d74b1b00da61decf (diff)
Compile with cert.c
-rw-r--r--sbin/isakmpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile
index 064c5a02454..05a9565e796 100644
--- a/sbin/isakmpd/Makefile
+++ b/sbin/isakmpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1998/11/15 01:01:29 niklas Exp $
+# $OpenBSD: Makefile,v 1.4 1998/11/16 12:30:59 niklas Exp $
#
# Copyright (c) 1998 Niklas Hallqvist. All rights reserved.
@@ -34,7 +34,7 @@
#
PROG= isakmpd
-SRCS= app.c attribute.c constants.c \
+SRCS= app.c attribute.c cert.c constants.c \
conf.c cookie.c crypto.c dh.c doi.c exchange.c exchange_num.c \
field.c gmp_util.c hash.c if.c ike_auth.c ike_main_mode.c \
ike_quick_mode.c init.c ipsec.c ipsec_fld.c ipsec_num.c \