From dc52048e014fdad9bb69ef9db159835a61c8dd4d Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:07:06 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- benchmarks/kttcp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmarks/kttcp') diff --git a/benchmarks/kttcp/Makefile b/benchmarks/kttcp/Makefile index 1c27678e37e..1719de35f90 100644 --- a/benchmarks/kttcp/Makefile +++ b/benchmarks/kttcp/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:24:29 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/01/20 12:08:12 agc Exp $ DISTNAME= kttcp-${VERSION} -WRKSRC= ${WRKDIR} CATEGORIES= benchmarks net MASTER_SITES= # empty DISTFILES= # empty @@ -16,6 +15,7 @@ ONLY_FOR_PLATFORM= NetBSD-1.6[B-Z]-* NetBSD-1.[7-9]* NetBSD-[2-9]* EXTRACT_ONLY= # empty NO_CHECKSUM= # defined +WRKSRC= ${WRKDIR} MAKE_ENV+= BINDIR=${LOCALBASE}/bin MANDIR=${LOCALBASE}/man post-extract: -- cgit v1.2.3