summaryrefslogtreecommitdiff
path: root/net/tcptrace
diff options
context:
space:
mode:
authoragc <agc>1998-06-03 13:16:56 +0000
committeragc <agc>1998-06-03 13:16:56 +0000
commitf05c5dc174eafa887885e2f8eeb3c82e24ec4b4a (patch)
tree99ee74dce2d117da0e6777a498e66b443e74e9ad /net/tcptrace
parent9cf08f3dd2ca6a5d1048e56f21023ac89d8a2610 (diff)
downloadpkgsrc-f05c5dc174eafa887885e2f8eeb3c82e24ec4b4a.tar.gz
Include bsd.prefs.mk so that variables can be set in /etc/mk.conf
Diffstat (limited to 'net/tcptrace')
-rw-r--r--net/tcptrace/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile
index 201920c0526..82c541c6560 100644
--- a/net/tcptrace/Makefile
+++ b/net/tcptrace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/04/20 11:56:30 frueauf Exp $
+# $NetBSD: Makefile,v 1.7 1998/06/03 13:16:57 agc Exp $
# FreeBSD Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp
#
@@ -15,6 +15,8 @@ ALL_TARGET= tcptrace
DOCFILES= COPYRIGHT README README.tput_graphs
+.include "../../mk/bsd.prefs.mk"
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
.if !defined(NOPORTDOCS)