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