diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-03 16:34:21 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2015-10-03 16:34:21 +0000 |
| commit | 43fa36d52cc8ee1349dc822d45225d4b4788ed49 (patch) | |
| tree | ce860320d617dabe39cae3deb8b08da4c329765e /lib | |
| parent | 0698c0b3d15dd198f840f9e1495230a7f83efcd3 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libusb/Makefile | 4 | ||||
| -rw-r--r-- | lib/libz/Makefile | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libusb/Makefile b/lib/libusb/Makefile index 25d886a5c454a..be55aa65a6d85 100644 --- a/lib/libusb/Makefile +++ b/lib/libusb/Makefile @@ -35,10 +35,10 @@ SRCS+= libusb10_io.c .if defined(COMPAT_32BIT) CFLAGS+= -DCOMPAT_32BIT -.else +.endif + FILES= libusb-0.1.pc libusb-1.0.pc libusb-2.0.pc FILESDIR= ${LIBDATADIR}/pkgconfig -.endif # # Cross platform support diff --git a/lib/libz/Makefile b/lib/libz/Makefile index aed4ee3828c65..7a80fcbab5203 100644 --- a/lib/libz/Makefile +++ b/lib/libz/Makefile @@ -68,10 +68,8 @@ test: example minigzip (export LD_LIBRARY_PATH=. ; \ echo hello world | ./minigzip | ./minigzip -d ) -.ifndef COMPAT_32BIT FILES= zlib.pc FILESDIR= ${LIBDATADIR}/pkgconfig -.endif .include <bsd.lib.mk> |
