Home | History | Annotate | Line # | Download | only in dh
      1 # $NetBSD: Makefile,v 1.3 2025/07/17 14:43:01 christos Exp $
      2 
      3 PROGDPLIBSSTATIC=yes
      4 HELPER_NAME=	dhtest
      5 HELPER_DIR=	dh
      6 DPADD+= ${LIBPTHREAD}
      7 LDADD+= -lpthread
      8 
      9 .include <bsd.init.mk>
     10