summaryrefslogtreecommitdiff
path: root/distrib/special/grep/Makefile
blob: 13010dcd190cbaca44cab83089893a168b7e4f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.2 2003/06/22 22:24:41 deraadt Exp $

PROG=	grep
SRCS=	binary.c file.c grep.c mmfile.c queue.c util.c
MAN=
COPTS+=-Os -DNOZ
.PATH:  ${.CURDIR}/../../../usr.bin/grep

#LDADD=-lz
#DPADD=${LIBZ}

.include <bsd.prog.mk>