strongwan: fix typo.

This commit is contained in:
Arne Fitzenreiter
2011-12-04 11:24:11 +01:00
parent c6b9920368
commit c94a87be39

View File

@@ -76,7 +76,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && ./configure --prefix="/usr" --sysconfdir="/etc" \
--enable-cisco-quirks \
--enable-curl \
--enable-nattransport
--enable-nat-transport
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install