diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-01-17 12:22:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-01-17 12:22:46 +0000 |
commit | 467b3f375a706bfaecd0af1bc398694b483c9aaf (patch) | |
tree | 7e0635616671203e427518735d320c03c11c01de /shells/flash/Makefile | |
parent | Don't include bsd.port.pre.mk twice. (diff) |
Don't include bsd.port.pre.mk twice.
Notes
Notes:
svn path=/head/; revision=24792
Diffstat (limited to '')
-rw-r--r-- | shells/flash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/flash/Makefile b/shells/flash/Makefile index 25e002fbee4e..6450c6b123b8 100644 --- a/shells/flash/Makefile +++ b/shells/flash/Makefile @@ -67,4 +67,4 @@ post-install: @${ECHO} "it to work properly." @${ECHO} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |