Define ${SED} if it wasn't defined already...weird things were
happening if some other Makefile snippet didn't already define this. Reviewed by: hrs
This commit is contained in:
parent
978c99591b
commit
98461ae9b3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28992
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
AWK?= /usr/bin/awk
|
||||
GREP?= /usr/bin/grep
|
||||
REALPATH?= /bin/realpath
|
||||
SED?= /usr/bin/sed
|
||||
|
||||
.if defined(DOC_PREFIX) && !empty(DOC_PREFIX)
|
||||
WEB_PREFIX?= ${DOC_PREFIX}/../www
|
||||
|
|
Loading…
Reference in a new issue