diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-12-04 03:18:02 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-12-04 03:18:02 +0000 |
commit | 38174a7667de4ae9a0a33ede1f08554c5c47db42 (patch) | |
tree | 4f416aa03a3c5eec0c1a026beb94269873657e05 /lib | |
parent | 7c19435a8dcdd38f3d1fda294ae8d7ae0b0e006e (diff) | |
download | FreeBSD-src-38174a7667de4ae9a0a33ede1f08554c5c47db42.zip FreeBSD-src-38174a7667de4ae9a0a33ede1f08554c5c47db42.tar.gz |
Move obscure lib/ installation of /usr/lib/include symlink to include/.
This avoids the need for an afterinstall: hook and a check for LIBRARIES_ONLY.
It also now respects INCLUDEDIR.
This came in r249484.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Makefile b/lib/Makefile index b44fe5f..e1ee9a9 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -314,11 +314,6 @@ _libusbhid= libusbhid _libusb= libusb .endif -.if !defined(LIBRARIES_ONLY) -afterinstall: - ${INSTALL_SYMLINK} ../include ${DESTDIR}/usr/lib/include -.endif - .if !make(install) SUBDIR_PARALLEL= .endif |