summaryrefslogtreecommitdiffstats
path: root/lib/libcuse
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-05-27 01:19:58 +0000
committersjg <sjg@FreeBSD.org>2015-05-27 01:19:58 +0000
commit65145fa4c81da358fcbc3b650156dab705dfa34e (patch)
tree55c065b6730aaac2afb6c29933ee6ec5fa4c4249 /lib/libcuse
parent60ff4eb0dff94a04d75d0d52a3957aaaf5f8c693 (diff)
parente6b664c390af88d4a87208bc042ce503da664c3b (diff)
downloadFreeBSD-src-65145fa4c81da358fcbc3b650156dab705dfa34e.zip
FreeBSD-src-65145fa4c81da358fcbc3b650156dab705dfa34e.tar.gz
Merge sync of head
Diffstat (limited to 'lib/libcuse')
-rw-r--r--lib/libcuse/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcuse/Makefile b/lib/libcuse/Makefile
index 2d1ded5..a232fa2 100644
--- a/lib/libcuse/Makefile
+++ b/lib/libcuse/Makefile
@@ -30,14 +30,12 @@ SHLIB_MINOR= 0
SRCS= cuse_lib.c
INCS= cuse.h
MAN= cuse.3
-PTHREAD_LIBS?= -lpthread
CFLAGS+= -D_GNU_SOURCE
.if defined(HAVE_DEBUG)
CFLAGS+= -g
CFLAGS+= -DHAVE_DEBUG
.endif
-DPADD+= ${LIBPTHREAD}
-LDADD+= ${PTHREAD_LIBS}
+LIBADD= pthread
MLINKS=
MLINKS+= cuse.3 cuse_alloc_unit_number.3
OpenPOWER on IntegriCloud