mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Make sure link to /etc/rmt happens.
Now I know that there was talk of moving it to the release/Makefile or the etc/Makefile, but I don't think it was ever decided where. Reviewed by: phk Submitted by: John Hay <jhay@mikom.csir.co.za>
This commit is contained in:
parent
9b4b42d17b
commit
0aba884c7d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@ PROG= rmt
|
|||
MAN8= rmt.8
|
||||
|
||||
beforeinstall:
|
||||
ln -s ${BINDIR}/rmt ${DESTDIR}/etc/rmt
|
||||
ln -fs ${BINDIR}/rmt ${DESTDIR}/etc/rmt
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue