X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=backend%2FMakefile;h=bad1e2ddce0925eb182ff3e99059da97114e7435;hb=b3c642ddb14ca62a053d4852410219d29f9ea4e3;hp=c7b83097df2642a5022d011ec687ddce9e162249;hpb=7abdabb14fe1491268751db2acd6118286d78265;p=planetlab-umts-tools.git diff --git a/backend/Makefile b/backend/Makefile index c7b8309..bad1e2d 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,8 +1,9 @@ install: - cp -a root/* / - @chkconfig umts on + install -D umts_functions ${prefix}/usr/lib/umts_functions + install -D umtsd ${prefix}/vsys/umtsd + install -D 96-umts-tools.rules ${prefix}/etc/udev/rules.d/96-umts-tools.rules clean: find . -name "*~" -exec rm \{} \;