From 4fc5371adda0e5b24a7d5bfb768ba482ddad141d Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 11 Aug 2003 17:27:55 +0000 Subject: Replace inclusion of a file that just contains .include "../../mk/bsd.pkg.mk" with that line instead. --- shells/ast-ksh/Makefile | 4 ++-- shells/ast-ksh/Makefile.include | 1 - shells/static-ast-ksh/Makefile | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 shells/ast-ksh/Makefile.include diff --git a/shells/ast-ksh/Makefile b/shells/ast-ksh/Makefile index b484665d4b2..97ca2d2da8a 100644 --- a/shells/ast-ksh/Makefile +++ b/shells/ast-ksh/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.10 2003/05/31 16:14:47 uebayasi Exp $ +# $NetBSD: Makefile,v 1.11 2003/08/11 17:27:55 wiz Exp $ # .include "Makefile.common" -.include "Makefile.include" +.include "../../mk/bsd.pkg.mk" diff --git a/shells/ast-ksh/Makefile.include b/shells/ast-ksh/Makefile.include deleted file mode 100644 index 4a7ea41fe5b..00000000000 --- a/shells/ast-ksh/Makefile.include +++ /dev/null @@ -1 +0,0 @@ -.include "../../mk/bsd.pkg.mk" diff --git a/shells/static-ast-ksh/Makefile b/shells/static-ast-ksh/Makefile index 695c2bd1d7d..b8671810ad3 100644 --- a/shells/static-ast-ksh/Makefile +++ b/shells/static-ast-ksh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2003/05/31 16:14:47 uebayasi Exp $ +# $NetBSD: Makefile,v 1.2 2003/08/11 17:27:58 wiz Exp $ # .include "../../shells/ast-ksh/Makefile.common" @@ -13,4 +13,4 @@ COMMENT:= Statically-linked version of the ${COMMENT} KSH93_MAKEFLAGS=LDFLAGS=-static -.include "../../shells/ast-ksh/Makefile.include" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3