]> git.ipfire.org Git - thirdparty/strongswan.git/blob - programs/klipsdebug/Makefile
- import of strongswan-2.7.0
[thirdparty/strongswan.git] / programs / klipsdebug / Makefile
1 # Makefile for the KLIPS interface utilities
2 # Copyright (C) 1998, 1999 Henry Spencer.
3 # Copyright (C) 1999, 2000, 2001 Richard Guy Briggs
4 #
5 # This program is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License as published by the
7 # Free Software Foundation; either version 2 of the License, or (at your
8 # option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
9 #
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
13 # for more details.
14 #
15 # RCSID $Id: Makefile,v 1.1 2004/03/15 20:35:28 as Exp $
16
17 FREESWANSRCDIR=../..
18 include ${FREESWANSRCDIR}/Makefile.inc
19
20 PROGRAM:=klipsdebug
21 EXTRA5PROC=${PROGRAM}.5
22
23 LIBS:=${FREESWANLIB}
24
25 include ../Makefile.program
26
27 #
28 # $Log: Makefile,v $
29 # Revision 1.1 2004/03/15 20:35:28 as
30 # added files from freeswan-2.04-x509-1.5.3
31 #
32 # Revision 1.4 2002/06/03 20:25:31 mcr
33 # man page for files actually existant in /proc/net changed back to
34 # ipsec_foo via new EXTRA5PROC process.
35 #
36 # Revision 1.3 2002/06/02 22:02:14 mcr
37 # changed TOPDIR->FREESWANSRCDIR in all Makefiles.
38 # (note that linux/net/ipsec/Makefile uses TOPDIR because this is the
39 # kernel sense.)
40 #
41 # Revision 1.2 2002/04/26 01:21:26 mcr
42 # while tracking down a missing (not installed) /etc/ipsec.conf,
43 # MCR has decided that it is not okay for each program subdir to have
44 # some subset (determined with -f) of possible files.
45 # Each subdir that defines $PROGRAM, MUST have a PROGRAM.8 file as well as a PROGRAM file.
46 # Optional PROGRAM.5 files have been added to the makefiles.
47 #
48 # Revision 1.1 2002/04/24 07:55:32 mcr
49 # #include patches and Makefiles for post-reorg compilation.
50 #
51 #
52 #
53
54
55 #
56 # $Log: Makefile,v $
57 # Revision 1.1 2004/03/15 20:35:28 as
58 # added files from freeswan-2.04-x509-1.5.3
59 #
60 # Revision 1.4 2002/06/03 20:25:31 mcr
61 # man page for files actually existant in /proc/net changed back to
62 # ipsec_foo via new EXTRA5PROC process.
63 #
64 # Revision 1.3 2002/06/02 22:02:14 mcr
65 # changed TOPDIR->FREESWANSRCDIR in all Makefiles.
66 # (note that linux/net/ipsec/Makefile uses TOPDIR because this is the
67 # kernel sense.)
68 #
69 # Revision 1.2 2002/04/26 01:21:26 mcr
70 # while tracking down a missing (not installed) /etc/ipsec.conf,
71 # MCR has decided that it is not okay for each program subdir to have
72 # some subset (determined with -f) of possible files.
73 # Each subdir that defines $PROGRAM, MUST have a PROGRAM.8 file as well as a PROGRAM file.
74 # Optional PROGRAM.5 files have been added to the makefiles.
75 #
76 # Revision 1.1 2002/04/24 07:55:32 mcr
77 # #include patches and Makefiles for post-reorg compilation.
78 #
79 #
80 #