X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=2557d77b8ee72e406e946adadc02eec4f7f17ab9;hb=7c63848aee4f62dd3849e37b3ff02ed56c97f0e0;hp=ce2f50886b1a10c3ab6cefdb5d1d00a45dfc4fc2;hpb=ee1cae18ac61fb59f85e01ed833404ce985dff7a;p=grml-terminalserver.git diff --git a/Makefile b/Makefile index ce2f508..2557d77 100644 --- 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)