diff options
Diffstat (limited to 'net/traceroute-as/Makefile')
-rw-r--r-- | net/traceroute-as/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/traceroute-as/Makefile b/net/traceroute-as/Makefile index f7e5542aaa6..9cdc164cec0 100644 --- a/net/traceroute-as/Makefile +++ b/net/traceroute-as/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2002/04/18 16:14:45 yyamano Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/29 12:42:06 jmmv Exp $ # DISTNAME= traceroute_991603.tar PKGNAME= traceroute-as-991603 +WRKSRC= ${WRKDIR} CATEGORIES= net MASTER_SITES= ftp://ftp.nikhef.nl/pub/network/ EXTRACT_SUFX= .Z @@ -10,8 +11,6 @@ EXTRACT_SUFX= .Z MAINTAINER= seb@netbsd.org COMMENT= Traceroute capable of reporting the AS number of hops -WRKSRC= ${WRKDIR} - .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" |