]> git.ipfire.org Git - thirdparty/strongswan.git/blob - programs/proc/Makefile
- import of strongswan-2.7.0
[thirdparty/strongswan.git] / programs / proc / 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:30 as Exp $
16
17 FREESWANSRCDIR=../..
18 include ${FREESWANSRCDIR}/Makefile.inc
19
20 EXTRA5PROC:=version.5 trap_count.5 trap_sendcount.5
21
22 LIBS:=${FREESWANLIB}
23
24 include ../Makefile.program
25
26 #
27 # $Log: Makefile,v $
28 # Revision 1.1 2004/03/15 20:35:30 as
29 # added files from freeswan-2.04-x509-1.5.3
30 #
31 # Revision 1.5 2003/06/20 02:56:20 mcr
32 # added documentation for /proc/net/ipsec/stats/trap_* and
33 # amendments to test cases.
34 #
35 # Revision 1.4 2002/06/03 20:25:31 mcr
36 # man page for files actually existant in /proc/net changed back to
37 # ipsec_foo via new EXTRA5PROC process.
38 #
39 # Revision 1.3 2002/06/02 21:51:41 mcr
40 # changed TOPDIR->FREESWANSRCDIR in all Makefiles.
41 # (note that linux/net/ipsec/Makefile uses TOPDIR because this is the
42 # kernel sense.)
43 #
44 # Revision 1.2 2002/05/05 23:09:49 mcr
45 # EXTRA35MAN should have the extensions on it.
46 #
47 # Revision 1.1 2002/04/24 07:55:32 mcr
48 # #include patches and Makefiles for post-reorg compilation.
49 #
50 #
51 #