diff options
Diffstat (limited to 'shells/static-tcsh')
-rw-r--r-- | shells/static-tcsh/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shells/static-tcsh/Makefile b/shells/static-tcsh/Makefile new file mode 100644 index 00000000000..0e4503dfd5e --- /dev/null +++ b/shells/static-tcsh/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/08/14 12:46:44 agc Exp $ +# + +DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo +PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches +PKGDIR= ${.CURDIR}/../../shells/tcsh/pkg + +CONFLICTS= tcsh-[0-9]* + +.include "../../shells/tcsh/Makefile" + +WRKSRC:= ${WRKDIR}/${PKGNAME} +PKGNAME:= static-${PKGNAME} +COMMENT:= Statically-linked version of the ${COMMENT} + +LDFLAGS+= -static |