summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-12 18:20:28 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-12 18:20:28 -0400
commit6a68ed330a5133d4d4d3aa7ae0c9c26bb7a7e59b (patch)
tree0d25559c30267cc5e9cf22f500ebdd66c2bfeb5d /Makefile
parent1343ffb414e74917b4e6f9eed05df035d25be4aa (diff)
make calls to hostname portable; more tweaks to FreeBSD packaging.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 97b3d0e..779bb1a 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,9 @@ debian-package: tarball
(cd monkeysphere-$(MONKEYSPHERE_VERSION) && debuild -uc -us)
rm -rf monkeysphere-$(MONKEYSPHERE_VERSION)
+freebsd-distinfo: tarball
+ ./utils/build-freebsd-distinfo
+
clean:
$(MAKE) -C src/keytrans clean
# clean up old monkeysphere packages lying around as well.