blob: 472d4d9cc9c457fa19e3adcc347b0207b9e5c3d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.2 2001/12/02 09:37:22 wiz Exp $
#
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}/${PKGNAME}
PKGNAME:= static-${PKGNAME}
COMMENT:= Statically-linked version of the ${COMMENT}
LDFLAGS+= -static
|