summaryrefslogtreecommitdiffstats
path: root/lib/libcuse
diff options
context:
space:
mode:
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