diff options
Diffstat (limited to 'net/ttcp/Makefile')
-rw-r--r-- | net/ttcp/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/ttcp/Makefile b/net/ttcp/Makefile index ba70ee43f99..f5401b1223a 100644 --- a/net/ttcp/Makefile +++ b/net/ttcp/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: ttcp -# Version required: 1.12 -# Date created: 14 December 1997 -# Whom: thorpej -# -# $NetBSD: Makefile,v 1.9 1998/03/20 22:04:08 frueauf Exp $ +# $NetBSD: Makefile,v 1.10 1998/04/15 10:38:40 agc Exp $ # DISTNAME= ttcp @@ -20,4 +15,4 @@ NO_WRKSUBDIR= yes # Do not list MAN/CAT pages here. It will confuse if MANZ is set. # The pkg uses BSD-style-Makefiles itself, so it does the right thing. -.include <bsd.port.mk> +.include "../../mk/bsd.pkg.mk" |