1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Revert r314833 until the problem with INSTALL_RSYMLINKS can be found

as it appears to break arm release builds.

PR:		217705
Reported by:	cyclaero@gmail.com
Approved by:	grehan (mentor) implict as reverting
This commit is contained in:
Rodney W. Grimes 2017-03-12 00:37:45 +00:00
parent bf8bdd6762
commit 3e164c6986
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315091

View File

@ -24,6 +24,6 @@ termcap.db: termcap
cap_mkdb ${CAP_MKDB_ENDIAN} -f ${.TARGET:R} ${.ALLSRC}
etc-termcap:
${INSTALL_RSYMLINK} ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
${INSTALL_SYMLINK} ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap
.include <bsd.prog.mk>