]> git.ipfire.org Git - people/jschlag/network.git/blob - test/nitsi/include/make-install.in
nitsi: Include some inital commands in make-install template
[people/jschlag/network.git] / test / nitsi / include / make-install.in
1 all: tar xvfa @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz && cd @PACKAGE_NAME@-@PACKAGE_VERSION@
2 all: ./configure --prefix=/usr --sysconfdir=/etc && make -j2
3 all: make
4 all: make install
5
6 # Drop all previous settings
7 all: network reset --force
8
9 # Enable debug mode
10 all: network settings DEBUG=1