sed: unbreak crosscompilation
This commit is contained in:
parent
1906a5b9b4
commit
f8c6b27b69
2 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@
|
|||
|
||||
HOSTPROGNAME= ${_TOOL_PREFIX}sed
|
||||
HOST_SRCDIR= usr.bin/sed
|
||||
SYMLINKS= # defined so usr.bin/sed/Makefile does not set it
|
||||
|
||||
.include "${.CURDIR}/../Makefile.host"
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
PROG= sed
|
||||
SRCS= compile.c main.c misc.c process.c
|
||||
|
||||
SYMLINKS= ${BINDIR}/sed /bin/sed
|
||||
SYMLINKS?= ${BINDIR}/sed /bin/sed
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in a new issue