summaryrefslogtreecommitdiff
path: root/shells/static-ast-ksh
diff options
context:
space:
mode:
authorwiz <wiz>2003-08-11 17:27:55 +0000
committerwiz <wiz>2003-08-11 17:27:55 +0000
commit36419772dd465ed7b4e1cb28df9df5db13af341d (patch)
tree9711bd4346fb32482c7322cabf987a91443c6450 /shells/static-ast-ksh
parent9f3a1bc6ab626445f0a4506ec5b3fbeeac5ef247 (diff)
downloadpkgsrc-36419772dd465ed7b4e1cb28df9df5db13af341d.tar.gz
Replace inclusion of a file that just contains
.include "../../mk/bsd.pkg.mk" with that line instead.
Diffstat (limited to 'shells/static-ast-ksh')
-rw-r--r--shells/static-ast-ksh/Makefile4
1 files changed, 2 insertions, 2 deletions
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"