diff options
| author | wiz <wiz@NetBSD.org> | 2003-01-26 23:53:44 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-01-26 23:53:44 +0000 |
| commit | 2a76369fee6c5ed66fe3ac10fefebecb2e6b90b4 (patch) | |
| tree | 3abc8d7739d72c80c0f6b61d32cdc290971b0bdd /gnu/usr.bin/grep/lib | |
| parent | 22e6e71f2feb78857ae3a9e010d48e3283764983 (diff) | |
Build structure update for grep-2.5.
Diffstat (limited to 'gnu/usr.bin/grep/lib')
| -rw-r--r-- | gnu/usr.bin/grep/lib/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/usr.bin/grep/lib/Makefile b/gnu/usr.bin/grep/lib/Makefile new file mode 100644 index 00000000000..10a0b356c3e --- /dev/null +++ b/gnu/usr.bin/grep/lib/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2003/01/26 23:53:47 wiz Exp $ + +NOLINT= # defined +NOPIC= # defined +NOPROFILE= # defined + +.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 + +# only needed during build +libinstall:: + +.include <bsd.lib.mk> |
