X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=2557d77b8ee72e406e946adadc02eec4f7f17ab9;hb=c3ff2ba3d77b2c0f53a1177bfa2394b0fbe29233;hp=345c6df11bf4c830d838238df2539f86f43b666e;hpb=d8aa8496d6758d340eeff677a3f1edcda9b98a78;p=grml-terminalserver.git diff --git a/Makefile b/Makefile index 345c6df..2557d77 100644 --- a/Makefile +++ b/Makefile @@ -12,15 +12,12 @@ usrbin = $(usr)/bin usrsbin = $(usr)/sbin usrshare = $(usr)/share/$(name) -bin: timeout udhcpc +bin: timeout timeout: timeout.c diet gcc $(CFLAGS) $^ -o $@ strip --strip-unneeded $@ -udhcpc: udhcp - cd udhcp ; LDFLAGS='-static' make - install: bin $(install_) -d -m 755 $(etc) $(install_) -m 644 config $(etc) @@ -30,12 +27,12 @@ install: bin $(install_) -m 644 default_config $(usrshare) $(install_) -m 644 shared_prog_vars $(usrshare) $(install_) -m 755 nfs-kernel-server $(usrshare) + $(install_) -m 644 terminalserver_netboot_package.conf $(usrshare) $(install_) -m 755 linuxrc $(usrshare) $(install_) -m 755 udhcp-config.sh $(usrshare) $(install_) -m 755 rdir $(usrshare) $(install_) -m 755 cdir $(usrshare) $(install_) -m 755 timeout $(usrshare) - $(install_) -m 755 udhcp/udhcpc $(usrshare) cp -r templates $(usrshare) $(install_) -m 755 -d $(usrsbin) @@ -43,4 +40,4 @@ install: bin $(install_) -m 755 grml-terminalserver-config $(usrsbin) clean: - rm -f timeout ; cd udhcp && make clean && cd .. + rm -f timeout