diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-05-01 20:43:47 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-05-01 20:43:47 +0000 |
commit | 5a7f502ff85fa80daab3422d3d21e27a6768f2e4 (patch) | |
tree | 5ead3611b8809acc3fbaa7d07b57e50a51975e88 /sbin/isakmpd/Makefile | |
parent | a43578c3e198040540661d0a58d2439a31b021e4 (diff) |
sysdep/openbsd/sysdep.c: Merge with EOM 1.7
DESIGN-NOTES: Merge with EOM 1.42
Makefile: Merge with EOM 1.51
app.c: Merge with EOM 1.6
conf.c: Merge with EOM 1.18
init.c: Merge with EOM 1.14
isakmpd.conf.5: Merge with EOM 1.19
pf_encap.c: Merge with EOM 1.64
pf_encap.h: Merge with EOM 1.12
pf_key_v2.h: Merge with EOM 1.3
sysdep.h: Merge with EOM 1.16
transport.c: Merge with EOM 1.40
ui.c: Merge with EOM 1.32
author: niklas
A new connection abstraction
Diffstat (limited to 'sbin/isakmpd/Makefile')
-rw-r--r-- | sbin/isakmpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/isakmpd/Makefile b/sbin/isakmpd/Makefile index 1b70ba32f48..a987c9d3f6e 100644 --- a/sbin/isakmpd/Makefile +++ b/sbin/isakmpd/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.15 1999/04/20 12:22:18 niklas Exp $ -# $EOM: Makefile,v 1.50 1999/04/20 12:22:46 niklas Exp $ +# $OpenBSD: Makefile,v 1.16 1999/05/01 20:43:41 niklas Exp $ +# $EOM: Makefile,v 1.51 1999/05/01 20:21:05 niklas Exp $ # # Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. |