Install a symlink

/usr/lib/include ==> /usr/include

This fixes -print-file-name=include in clang (and is
arguably a better way to fix the same issue in GCC than
the change I made in r231336).

MFC after:	1 week
This commit is contained in:
Tim Kientzle 2013-04-14 19:13:51 +00:00
parent 1268d4813e
commit 7c83e4431a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=249484

View File

@ -252,4 +252,7 @@ _libusbhid= libusbhid
_libusb= libusb
.endif
afterinstall:
ln -fs ../include ${DESTDIR}/usr/lib/include
.include <bsd.subdir.mk>