Bump Standard Version to 3.8.0
[grml-terminalserver.git] / Makefile
index ce2f508..2557d77 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ bin: timeout
 
 timeout: timeout.c
        diet gcc $(CFLAGS) $^ -o $@
+       strip --strip-unneeded $@
 
 install: bin
        $(install_) -d -m 755 $(etc)
@@ -26,14 +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 udhcpc $(usrshare)
-       $(install_) -m 755 modcalc $(usrshare)
        $(install_) -m 755 rdir $(usrshare)
        $(install_) -m 755 cdir $(usrshare)
        $(install_) -m 755 timeout $(usrshare)
-       $(install_) -m 755 discover-nic $(usrshare)
        cp -r templates $(usrshare)
 
        $(install_) -m 755 -d $(usrsbin)