summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Goins <mjgoins@openflows.com>2009-01-31 12:02:54 -0500
committerMatt Goins <mjgoins@openflows.com>2009-01-31 12:02:54 -0500
commit88db45249b8d92d2c7c7d66101410c1db01e77c1 (patch)
tree48a558a3d112106005f88314a184c57336ef4bb7 /Makefile
parent499aa3840041d9ddd5c680adce059260059aabf9 (diff)
parent3ebaf05d01b7d4639980608feefeef7287000634 (diff)
Merge commit 'jrollins/master'
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