]> git.ipfire.org Git - thirdparty/strongswan.git/blob - programs/ikeping/Makefile
- import of strongswan-2.7.0
[thirdparty/strongswan.git] / programs / ikeping / 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:27 as Exp $
16
17 FREESWANSRCDIR=../..
18 include ${FREESWANSRCDIR}/Makefile.inc
19
20 PROGRAM=ikeping
21 LIBS=${FREESWANLIB}
22
23 ifeq ($(USE_IKEPING),false)
24 NOINSTALL=true
25 install:
26 # do nothing
27
28 install_file_list:
29 # do nothing
30
31 endif
32
33 include ../Makefile.program
34
35 #
36 # $Log: Makefile,v $
37 # Revision 1.1 2004/03/15 20:35:27 as
38 # added files from freeswan-2.04-x509-1.5.3
39 #
40 # Revision 1.4 2003/06/29 21:34:49 mcr
41 # added "NOINSTALL" to omit install: target from common
42 # Makefile so that it can be overridden
43 #
44 # Revision 1.3 2003/06/25 03:57:45 mcr
45 # build, but do not install "ikeping" even when we do not
46 # want it as part of the system.
47 #
48 # Revision 1.2 2002/06/02 22:02:14 mcr
49 # changed TOPDIR->FREESWANSRCDIR in all Makefiles.
50 # (note that linux/net/ipsec/Makefile uses TOPDIR because this is the
51 # kernel sense.)
52 #
53 # Revision 1.1 2002/04/24 07:55:32 mcr
54 # #include patches and Makefiles for post-reorg compilation.
55 #
56 #
57 #