blob: cdaf49061810043aec4fc12ddaa7ef8216e5cbfe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.3 2008/05/03 14:48:30 lukem 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
.include <bsd.lib.mk>
|