diff options
Diffstat (limited to 'shells/static-tcsh')
-rw-r--r-- | shells/static-tcsh/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/shells/static-tcsh/Makefile b/shells/static-tcsh/Makefile index b79e2a142be..180f3205a6c 100644 --- a/shells/static-tcsh/Makefile +++ b/shells/static-tcsh/Makefile @@ -1,25 +1,19 @@ -# $NetBSD: Makefile,v 1.13 2021/11/14 22:15:13 kim Exp $ +# $NetBSD: Makefile,v 1.14 2021/11/15 17:11:58 kim Exp $ # +PKGNAME= static-${DISTNAME} +PKGREVISION= 2 + .include "../../shells/tcsh/Makefile.common" MAINTAINER= agc@NetBSD.org -DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches PKGDIR= ${.CURDIR}/../../shells/tcsh DESCR_SRC= ${.CURDIR}/../../shells/tcsh/DESCR ${.CURDIR}/DESCR CONFLICTS= tcsh-[0-9]* -PKGNAME= static-${DISTNAME} -PKGREVISION= 1 - -# SunOS 5.10 stopped shipping static libraries. -NOT_FOR_PLATFORM+= SunOS-5.1[0-9]-* - -COMMENT:= Statically-linked version of the ${COMMENT} - -LDFLAGS+= -static +COMMENT= Statically-linked version of the Extended C-shell .include "../../mk/bsd.pkg.mk" |