diff options
-rw-r--r-- | shells/standalone-tcsh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile index 3e7729f8879..ba9399d5b60 100644 --- a/shells/standalone-tcsh/Makefile +++ b/shells/standalone-tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:25:54 agc Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/29 10:03:08 grant Exp $ # NO_MTREE= YES @@ -8,12 +8,12 @@ PKGNAME= standalone-${DISTNAME} PKG_SHELL= /bin/tcsh WRKSRC= ${WRKDIR}/${DISTNAME} +PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches .include "../../shells/tcsh/Makefile" COMMENT:= Standalone version of the Extended C-shell -PATCH:= ${PATCH} PKG_INFO:= ${PKG_INFO} PKG_CREATE:= ${PKG_CREATE} PREFIX= / @@ -22,7 +22,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --bindir=/bin CONFIGURE_ARGS+= --mandir=/usr/share/man DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo -PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches .if ${OPSYS} != "SunOS" LDFLAGS+= -static |