Hinzugefügt:

* NMAP - Netzwerk-Scanner
Geändert:
  * Postfix-Quelle
  * CAPIINFO war an der falschen Stelle in der Makefile.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@133 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-05-23 19:31:40 +00:00
parent f417cab6e0
commit 907cd0366c
11 changed files with 348 additions and 262 deletions

View File

@@ -79,13 +79,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP)/capiinit && ./configure
cd $(DIR_APP)/capiinit && make
cd $(DIR_APP)/capiinit && make install
cd $(DIR_APP)/capiinfo && ./configure
cd $(DIR_APP)/capiinfo && make
cd $(DIR_APP)/capiinfo && make install
cd $(DIR_APP)/capi20 && SED=sed ./configure
cd $(DIR_APP)/capi20 && SED=sed make
cd $(DIR_APP)/capi20 && make install
PPPVER=`grep --max-count=1 VER $(DIR_SRC)/lfs/ppp | awk '{ print $$3 }'` && \
cd $(DIR_APP)/pppdcapiplugin && PPPVERSIONS="$$PPPVER" make && PPPVERSIONS="$$PPPVER" make install
cd $(DIR_APP)/capiinfo && ./configure
cd $(DIR_APP)/capiinfo && make
cd $(DIR_APP)/capiinfo && make install
@rm -rf $(DIR_APP)
@$(POSTBUILD)