X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=7ae590aa3e4475859984a7460869dc8ae0ca0ebb;hb=refs%2Fheads%2Fmaster;hp=9bbe3dab703f14128df07f0c81f69cdecafa8804;hpb=fd5b3d87b2012ceeb8eddb8e771181ec077a3d52;p=bind_public.git diff --git a/Makefile b/Makefile index 9bbe3da..7ae590a 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,7 @@ test: clean: rm -f bind_public.so test + +install: + install -D -m 755 bind_public.so $(DESTDIR)/etc/planetlab/lib/bind_public.so +