summaryrefslogtreecommitdiff
path: root/usr.sbin/pwd_mkdb/Makefile
blob: 2d07fea26f406816a1e6685c92953cec1a0db588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
#	$NetBSD: Makefile,v 1.20 2011/08/25 16:53:25 joerg Exp $

.include <bsd.own.mk>

PROG=	pwd_mkdb
MAN=	pwd_mkdb.8
CPPFLAGS+=	-I${NETBSDSRCDIR}/lib/libc/include

.ifndef HOSTPROG
LDADD+=	-lutil
DPADD+=	${LIBUTIL}
.endif

COPTS.pwd_mkdb.c+=	-Wno-format-nonliteral

.include <bsd.prog.mk>
sd/commit/lib/libpthread/pthread_attr_getstack.3?h=lockcount-9.3&id=40267ee9ae50a0f772207fd8cf401a5eb426d336'>Fix some minor errors/typos and clarify.jruoho 2010-07-07Move the thread stack attribute functions to a separate page. In addition,jruoho