a38959a5fd
Changes since 6.23.00: 8. V6.23.01 - 20211209 7. add \cc and \Uhhh, and document escape sequences 6. add $'string with escapes' ("dollar-single-quotes") (Kimmo Suominen) 5. don't glob the filetest builtin arguments twice 4. remove the duplicate echo escape parsing code and use parseescape 3. add \x{hh} \xhh \uhhh (H.Merijn Brand) 2. fix and document ln=target 1. Merge in patches from pkgsrc: - Modernize the installation targets so that they use INSTALL_DATA, INSTALL_PROGRAM, and MKDIR_P. - Enable SYSMALLOC and SHORT_STRINGS on NetBSD. - Enable NO_FIX_MALLOC and SHORT_STRINGS on OpenBSD. For pkgsrc, items 1, 2, and 5 had already been applied via patches.
18 lines
390 B
Makefile
18 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.17 2021/12/09 19:55:39 kim Exp $
|
|
#
|
|
|
|
PKGNAME= static-${DISTNAME}
|
|
|
|
.include "../../shells/tcsh/Makefile.common"
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
|
|
PATCHDIR= ../../shells/tcsh/patches
|
|
PKGDIR= ../../shells/tcsh
|
|
DESCR_SRC= ../../shells/tcsh/DESCR DESCR
|
|
|
|
CONFLICTS= tcsh-[0-9]*
|
|
|
|
COMMENT= Statically-linked version of the Extended C-shell
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|