diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:07:26 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:07:26 +0000 |
| commit | 6b129086dcee14496517fae085b448e3edc69bc7 (patch) | |
| tree | 9490af12e8dfdddce4107ac3a4cefe6c56ba0614 /lib/libcuse | |
| parent | d98c8ac029f43d6d1b790246c01075b6eabf6a77 (diff) | |
Notes
Diffstat (limited to 'lib/libcuse')
| -rw-r--r-- | lib/libcuse/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libcuse/Makefile b/lib/libcuse/Makefile index 2d1ded51a07e..a232fa241c62 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 |
