help sun2

This commit is contained in:
christos 2015-04-21 10:12:04 +00:00
parent 79a213efae
commit 0bb625c711
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2015/04/17 18:49:23 christos Exp $
# $NetBSD: Makefile,v 1.3 2015/04/21 10:12:04 christos Exp $
PROG= xz
BINDIR= /usr/bin
@ -40,4 +40,7 @@ FILESNAME_${XZSRCDIR}/po/${lang}.gmo= xz.mo
.endfor
.endif
LDADD+= -lpthread
DPADD+= ${LIBPTHREAD}
.include <bsd.prog.mk>