Files
netbsd/gnu/usr.bin/diffutils/lib/Makefile
2013-04-06 16:48:33 +02:00

20 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/05/26 12:56:28 joerg Exp $
LIBISPRIVATE= yes
.include "${.CURDIR}/../Makefile.inc"
LIB= diffutils
DIST= ${IDIST}/lib
.PATH: ${DIST}
SRCS= basename.c c-stack.c cmpbuf.c error.c exclude.c exitfail.c \
freesoft.c \
hard-locale.c imaxtostr.c offtostr.c prepargs.c posixver.c quotesys.c \
regex.c setmode.c strftime.c umaxtostr.c xmalloc.c xstrtoumax.c
CWARNFLAGS.clang+= -Wno-unused-value -Wno-tautological-compare
.include <bsd.lib.mk>