diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2013-04-14 19:13:51 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2013-04-14 19:13:51 +0000 |
| commit | 7c83e4431ab2c4ae0487cec589787698f148e28d (patch) | |
| tree | ec3328979e44d23db6049877b0c8c70fb2c5f6e1 /lib/Makefile | |
| parent | 1268d4813e88ad9eb1706237ab13cf9782124a81 (diff) | |
Notes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 8846164a8a9a..c52d9dffd72f 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -252,4 +252,7 @@ _libusbhid= libusbhid _libusb= libusb .endif +afterinstall: + ln -fs ../include ${DESTDIR}/usr/lib/include + .include <bsd.subdir.mk> |
