summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 11:35:42 -0500
committerJameson Graef Rollins <jrollins@finestructure.net>2009-01-31 11:35:42 -0500
commitc066aca91e4e9595bb0c709673dfc5a51666b4c9 (patch)
tree109c3be2df214663e629cfb6d188ad083d5f05fb /Makefile
parent59b27e8cae2cd79f99e62cd89aea6dcaf678bf08 (diff)
parent8e6fcc118095adc58335c594f50d367393d8f61a (diff)
add pem2openpgp to make install target
add link to pem2openpgp in openpgp2ssh man page Merge commit 'micah/master' Conflicts: doc/george/changelog
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
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