diff options
author | wiz <wiz@pkgsrc.org> | 2003-08-11 17:27:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-08-11 17:27:55 +0000 |
commit | 4fc5371adda0e5b24a7d5bfb768ba482ddad141d (patch) | |
tree | 9711bd4346fb32482c7322cabf987a91443c6450 /shells/ast-ksh | |
parent | 3e0ebd9724ed082bdb44556ce1acb180196ea296 (diff) | |
download | pkgsrc-4fc5371adda0e5b24a7d5bfb768ba482ddad141d.tar.gz |
Replace inclusion of a file that just contains
.include "../../mk/bsd.pkg.mk"
with that line instead.
Diffstat (limited to 'shells/ast-ksh')
-rw-r--r-- | shells/ast-ksh/Makefile | 4 | ||||
-rw-r--r-- | shells/ast-ksh/Makefile.include | 1 |
2 files changed, 2 insertions, 3 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" |