blob: d3a33c0dd49422043237313378cf2a994e22e5d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.23 2020/11/24 10:25:24 nia Exp $
.include "Makefile.common"
CONFIGURE_ARGS+= --disable-tk
PTHREAD_AUTO_VARS= yes
.include "options.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|