Makefile.inc revision 1.2.58.1 1 # $NetBSD: Makefile.inc,v 1.2.58.1 2025/08/02 05:58:41 perseant Exp $
2
3 .include <bsd.own.mk>
4
5 DPADD+= ${LIBCRYPTO} ${LIBPTHREAD}
6 LDADD+= -lcrypto -lpthread
7
8 .if exists(${.CURDIR}/../../Makefile.inc)
9 .include "${.CURDIR}/../../Makefile.inc"
10 .endif
11