summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/grep/lib/Makefile
blob: 66f305bcb34be00cbadce263f0f9f4963543f665 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$NetBSD: Makefile,v 1.2 2004/05/23 02:24:51 lukem Exp $

MKPRIVATELIB=	yes

.include "${.CURDIR}/../Makefile.inc"

LIB=	greputils

DIST=	${IDIST}/lib
.PATH:	${DIST}

SRCS=	closeout.c error.c exclude.c hard-locale.c isdir.c \
	obstack.c quotearg.c regex.c savedir.c stpcpy.c \
	xmalloc.c xstrtol.c xstrtoumax.c

.include <bsd.lib.mk>