xref: /netbsd-src/external/gpl2/diffutils/lib/Makefile (revision f8c23a2b94243924f9b7311eb0ad24bf23d5c657)
1*f8c23a2bSchristos#	$NetBSD: Makefile,v 1.1 2016/01/13 03:39:28 christos Exp $
2*f8c23a2bSchristos
3*f8c23a2bSchristosLIBISPRIVATE=	yes
4*f8c23a2bSchristos.include <bsd.init.mk>
5*f8c23a2bSchristos
6*f8c23a2bSchristosLIB=	diffutils
7*f8c23a2bSchristos
8*f8c23a2bSchristosDIST=	${IDIST}/lib
9*f8c23a2bSchristos.PATH:	${DIST}
10*f8c23a2bSchristos
11*f8c23a2bSchristosSRCS=	basename.c c-stack.c cmpbuf.c error.c exclude.c exitfail.c \
12*f8c23a2bSchristos	freesoft.c \
13*f8c23a2bSchristos	hard-locale.c imaxtostr.c offtostr.c prepargs.c posixver.c quotesys.c \
14*f8c23a2bSchristos	regex.c setmode.c strftime.c umaxtostr.c xmalloc.c xstrtoumax.c
15*f8c23a2bSchristos
16*f8c23a2bSchristosCWARNFLAGS.clang+=	-Wno-unused-value -Wno-tautological-compare
17*f8c23a2bSchristos
18*f8c23a2bSchristos.include <bsd.lib.mk>
19