mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 20:06:14 +02:00
b5cb1795de
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
22 lines
1.0 KiB
Diff
22 lines
1.0 KiB
Diff
Index: strongswan-2.8.2/programs/Makefile
|
|
===================================================================
|
|
--- strongswan-2.8.2.orig/programs/Makefile 2007-06-04 13:23:06.414758704 +0200
|
|
+++ strongswan-2.8.2/programs/Makefile 2007-06-04 13:23:07.444602144 +0200
|
|
@@ -17,12 +17,10 @@
|
|
FREESWANSRCDIR=..
|
|
include ${FREESWANSRCDIR}/Makefile.inc
|
|
|
|
-SUBDIRS=spi eroute spigrp tncfg klipsdebug pf_key proc pluto
|
|
-SUBDIRS+=_confread _copyright _include _keycensor _plutoload _plutorun
|
|
-SUBDIRS+=_realsetup _secretcensor _startklips _updown _updown_espmark
|
|
-SUBDIRS+=auto barf ipsec look manual ranbits secrets starter
|
|
-SUBDIRS+=rsasigkey send-pr setup showdefaults showhostkey calcgoo mailkey
|
|
-SUBDIRS+=ikeping examples openac scepclient _showstatus wakeup
|
|
+SUBDIRS=_copyright _updown _showstatus wakeup examples
|
|
+SUBDIRS+=barf calcgoo eroute ikeping klipsdebug look mailkey manual
|
|
+SUBDIRS+=openac pf_key pluto proc ranbits rsasigkey scepclient secrets
|
|
+SUBDIRS+=showdefaults showhostkey spi spigrp starter tncfg ipsec
|
|
|
|
ifeq ($(USE_LWRES),true)
|
|
SUBDIRS+=lwdnsq
|