X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=5f87a161bcd3aed9872c20c4bab7047ecea08f6a;hb=6216ad92eae29ec3b301dcc66937fa86023a7be6;hp=2c6077e463c0efb305cc500a4852943395aecb67;hpb=2c427b22f6a780cbf0d4e22fce26071727e985a1;p=monkeysphere.git diff --git a/Makefile b/Makefile index 2c6077e..5f87a16 100755 --- a/Makefile +++ b/Makefile @@ -37,6 +37,9 @@ debian-package: tarball freebsd-distinfo: ./utils/build-freebsd-distinfo +macports-portfile: + ./utils/build-macports-portfile + clean: # clean up old monkeysphere packages lying around as well. rm -f monkeysphere_* @@ -52,6 +55,7 @@ install: all installman install src/monkeysphere $(DESTDIR)$(PREFIX)/bin install src/monkeysphere-host src/monkeysphere-authentication $(DESTDIR)$(PREFIX)/sbin install -m 0644 src/share/common $(DESTDIR)$(PREFIX)/share/monkeysphere + install -m 0644 src/share/defaultenv $(DESTDIR)$(PREFIX)/share/monkeysphere install -m 0755 src/share/keytrans $(DESTDIR)$(PREFIX)/share/monkeysphere ln -s ../share/monkeysphere/keytrans $(DESTDIR)$(PREFIX)/bin/pem2openpgp ln -s ../share/monkeysphere/keytrans $(DESTDIR)$(PREFIX)/bin/openpgp2ssh @@ -76,4 +80,7 @@ installman: releasenote: ./utils/build-releasenote -.PHONY: all tarball debian-package freebsd-distinfo clean install installman releasenote +test: + MONKEYSPHERE_TEST_NO_EXAMINE=true ./tests/basic + +.PHONY: all tarball debian-package freebsd-distinfo clean install installman releasenote test