sed: add compatability symlink properly
This commit is contained in:
parent
ace9a62765
commit
1906a5b9b4
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
|||
PROG= sed
|
||||
SRCS= compile.c main.c misc.c process.c
|
||||
|
||||
SYMLINKS= ${BINDIR}/stat /bin/stat
|
||||
SYMLINKS= ${BINDIR}/sed /bin/sed
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in a new issue