blob: 2d2e5501585db1baaa8c4a7e91e38e187f006030 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.6 2007/04/14 11:43:13 wiz Exp $
#
MAINTAINER= agc@NetBSD.org
DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo
PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches
PKGDIR= ${.CURDIR}/../../shells/tcsh
CONFLICTS= tcsh-[0-9]*
.include "../../shells/tcsh/Makefile"
WRKSRC:= ${WRKDIR}/${DISTNAME}
PKGNAME:= static-${DISTNAME}
COMMENT:= Statically-linked version of the ${COMMENT}
LDFLAGS+= -static
|