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:
kientzle 2013-04-14 19:13:51 +00:00
parent ce96561fb6
commit 436b748f67

View File

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