blob: b90fae33c927422ada0374f69803f121fd35434d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.5 2004/01/11 23:06:54 grant 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}/${DISTNAME}
PKGNAME:= static-${DISTNAME}
COMMENT:= Statically-linked version of the ${COMMENT}
LDFLAGS+= -static
|