summaryrefslogtreecommitdiff
path: root/net-mgmt/icmpquery/files
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-03-30 17:26:38 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-03-30 17:26:38 +0000
commitd3773c0797762c5387b039ca4777de6faa269d80 (patch)
tree331c23c3e4b78b996591932c8dbc3a57ef440675 /net-mgmt/icmpquery/files
parentUpdated to version 0.8.6 after I modified several problems (diff)
Small utility for finding out time & netmask through ICMP.
PR: ports/9366 Submitted by: Dom Mitchell <Dom.Mitchell@palmerharvey.co.uk>
Notes
Notes: svn path=/head/; revision=17455
Diffstat (limited to 'net-mgmt/icmpquery/files')
-rw-r--r--net-mgmt/icmpquery/files/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/net-mgmt/icmpquery/files/Makefile b/net-mgmt/icmpquery/files/Makefile
new file mode 100644
index 000000000000..2a6d561d5628
--- /dev/null
+++ b/net-mgmt/icmpquery/files/Makefile
@@ -0,0 +1,9 @@
+#
+# Small Makefile for icmpquery.
+#
+# $Id$
+#
+
+PROG=icmpquery
+
+.include <bsd.prog.mk>