From 3ad1bdbf063a03bdcca7087d41be98b07ad933af Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:18:15 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- sysutils/crashme/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/crashme') diff --git a/sysutils/crashme/Makefile b/sysutils/crashme/Makefile index 278fe2940cb..705cb3c5143 100644 --- a/sysutils/crashme/Makefile +++ b/sysutils/crashme/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:53:30 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/20 12:26:15 agc Exp $ # DISTNAME= crashme-2.4 -WRKSRC= ${WRKDIR} CATEGORIES= sysutils MASTER_SITES= http://ochimizu-www.jaist.ac.jp:8000/linux/vger/crashme/ EXTRACT_SUFX= -shar @@ -13,5 +12,6 @@ COMMENT= Try to crash machine with random arguments to random system calls EXTRACT_CMD= ${EXTRACT_CMD.shar} MAKEFILE= makefile +WRKSRC= ${WRKDIR} .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3