SunOS>=5.10 stopped shipping static libraries, so it's not possible to link a static tcsh binary.
23 lines
603 B
Makefile
23 lines
603 B
Makefile
# $NetBSD: Makefile,v 1.10 2017/08/23 17:52:59 jlam Exp $
|
|
#
|
|
|
|
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= 3 # ALWAYS needs to be set; 0 if none.
|
|
|
|
# SunOS 5.10 stopped shipping static libraries.
|
|
NOT_FOR_PLATFORM+= SunOS-5.1[0-9]-*
|
|
|
|
.include "../../shells/tcsh/Makefile"
|
|
|
|
COMMENT:= Statically-linked version of the ${COMMENT}
|
|
|
|
LDFLAGS+= -static
|