18 lines
410 B
Makefile
18 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/05/23 02:24:50 lukem Exp $
|
|
|
|
MKPRIVATELIB= 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>
|