diff options
author | phk <phk@FreeBSD.org> | 2014-12-25 20:15:13 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2014-12-25 20:15:13 +0000 |
commit | 92a41d31d41914fe4f2082659803c5a2dbe6cb52 (patch) | |
tree | 189eb8d4ef03cb9b71e0bb296fc2722792904553 /lib | |
parent | dbb24e5ab92fad3d68b85858a0257cb6767bd224 (diff) | |
download | FreeBSD-src-92a41d31d41914fe4f2082659803c5a2dbe6cb52.zip FreeBSD-src-92a41d31d41914fe4f2082659803c5a2dbe6cb52.tar.gz |
Deorbit the IEEE-488/GPIB support.
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 8bd5653..4d30c53 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -52,7 +52,6 @@ SUBDIR= ${SUBDIR_ORDERED} \ libfetch \ libfigpar \ libgeom \ - ${_libgpib} \ libgpio \ ${_libgssapi} \ ${_librpcsec_gss} \ @@ -195,10 +194,6 @@ _cuse= libcuse _libelftc= libelftc .endif -.if ${MK_GPIB} != "no" -_libgpib= libgpib -.endif - .if ${MK_GSSAPI} != "no" _libgssapi= libgssapi _librpcsec_gss= librpcsec_gss |