summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shells/ast-ksh/Makefile4
-rw-r--r--shells/ast-ksh/Makefile.include1
-rw-r--r--shells/static-ast-ksh/Makefile4
3 files changed, 4 insertions, 5 deletions
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"