diff options
Diffstat (limited to 'shells/static-tcsh')
-rw-r--r-- | shells/static-tcsh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/static-tcsh/Makefile b/shells/static-tcsh/Makefile index 2d2e5501585..e6fd07d759d 100644 --- a/shells/static-tcsh/Makefile +++ b/shells/static-tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/04/14 11:43:13 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2007/04/25 13:26:42 obache Exp $ # MAINTAINER= agc@NetBSD.org @@ -9,10 +9,10 @@ PKGDIR= ${.CURDIR}/../../shells/tcsh CONFLICTS= tcsh-[0-9]* +PKGNAME= static-${DISTNAME} + .include "../../shells/tcsh/Makefile" -WRKSRC:= ${WRKDIR}/${DISTNAME} -PKGNAME:= static-${DISTNAME} COMMENT:= Statically-linked version of the ${COMMENT} LDFLAGS+= -static |