Adding "install-aux" target + updating bro-aux submodule.

And INSTALL file updates + format tweaks.
This commit is contained in:
Jon Siwek 2011-09-19 14:53:39 -05:00
parent b813f0498f
commit 5288e7a7c9
3 changed files with 23 additions and 18 deletions

View file

@ -13,6 +13,9 @@ all: configured
install: configured
( cd $(BUILD) && make install )
install-aux: configured
( cd $(BUILD) && make install-aux )
clean: configured docclean
( cd $(BUILD) && make clean )