summaryrefslogtreecommitdiff
path: root/net/rootprobe
diff options
context:
space:
mode:
Diffstat (limited to 'net/rootprobe')
-rw-r--r--net/rootprobe/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rootprobe/Makefile b/net/rootprobe/Makefile
index d37365f8e38..a0354af07a6 100644
--- a/net/rootprobe/Makefile
+++ b/net/rootprobe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/02/21 07:31:31 snj Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:28 jlam Exp $
#
DISTNAME= rootprobe-20030115
@@ -12,6 +12,8 @@ COMMENT= Root DNS server performance analysis
WRKSRC= ${WRKDIR}/rootprobe
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rootprobe ${PREFIX}/bin
(cd ${PREFIX}/bin; ${LN} rootprobe cctldprobe)