X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=8d9ab2f1bb0dc33a2b769fc6794662ae6070e00a;hb=848f2e10f0ec24c8cbc12277948159312b4b71c2;hp=e40c4b18366bb374b690921707d6f9dcda8fc885;hpb=59b27e8cae2cd79f99e62cd89aea6dcaf678bf08;p=monkeysphere.git diff --git a/Makefile b/Makefile index e40c4b1..8d9ab2f 100755 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ install: all installman mkdir -p $(DESTDIR)$(PREFIX)/bin $(DESTDIR)$(PREFIX)/sbin $(DESTDIR)$(PREFIX)/share/monkeysphere mkdir -p $(DESTDIR)$(PREFIX)/share/doc/monkeysphere mkdir -p $(DESTDIR)$(ETCPREFIX)/etc/monkeysphere - install src/monkeysphere src/monkeysphere-ssh-proxycommand src/keytrans/openpgp2ssh $(DESTDIR)$(PREFIX)/bin + install src/monkeysphere src/monkeysphere-ssh-proxycommand src/keytrans/openpgp2ssh src/keytrans/pem2openpgp $(DESTDIR)$(PREFIX)/bin install src/monkeysphere-server $(DESTDIR)$(PREFIX)/sbin install -m 0644 src/common $(DESTDIR)$(PREFIX)/share/monkeysphere install doc/* $(DESTDIR)$(PREFIX)/share/doc/monkeysphere