No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / usr.bin / grep / lib / Makefile
blob6ab6fb6336e9a00224c649ec700cf77116206d31
1 # $NetBSD: Makefile,v 1.3 2006/11/10 17:36:09 christos Exp $
3 LIBISPRIVATE= yes
5 .include "${.CURDIR}/../Makefile.inc"
7 LIB= greputils
9 DIST= ${IDIST}/lib
10 .PATH: ${DIST}
12 SRCS= closeout.c error.c exclude.c hard-locale.c isdir.c \
13 obstack.c quotearg.c regex.c savedir.c stpcpy.c \
14 xmalloc.c xstrtol.c xstrtoumax.c
16 COPTS.hard-locale.c = -Wno-stack-protector
17 COPTS.regex.c = -Wno-stack-protector
19 .include <bsd.lib.mk>