diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-22 11:26:08 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-08-22 11:26:08 +0000 |
commit | 742e6c4d2ab457b491e65af186996cc788c8b874 (patch) | |
tree | b46a00d9f43c7d8352ca5f169ea0c23d59503c52 /shells/Makefile | |
parent | 1fb83c20bbb6e998eae6a9cd0d51da533247e7bd (diff) | |
download | ports-742e6c4d2ab457b491e65af186996cc788c8b874.tar.gz ports-742e6c4d2ab457b491e65af186996cc788c8b874.zip |
Change ports Makefiles to use bsd.port.subdir.mk
Submitted by: jkh
Notes
Notes:
svn path=/head/; revision=21
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/Makefile b/shells/Makefile index 40ce3dd7d4c2..35cbaaa1fb4e 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,3 +1,3 @@ SUBDIR= bash -.include <bsd.subdir.mk> +.include <bsd.port.subdir.mk> |