From 0d5985e4b3a7afe06f206bad9f083fe3ded9f459 Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 11 Jan 2004 23:06:54 +0000 Subject: move the various static shell packages back to their previous names. --- shells/static-tcsh/Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 shells/static-tcsh/Makefile (limited to 'shells/static-tcsh/Makefile') diff --git a/shells/static-tcsh/Makefile b/shells/static-tcsh/Makefile new file mode 100644 index 00000000000..b90fae33c92 --- /dev/null +++ b/shells/static-tcsh/Makefile @@ -0,0 +1,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 -- cgit v1.2.3