[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / grep

File: [local] / src / usr.bin / grep / Makefile (download)

Revision 1.1, Fri Sep 21 23:12:00 2001 UTC (22 years, 8 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0

complete grep clone by harding@motd.ca; everything is there, but it is
slow because libc regexp is slow.  Anyone out there have the balls to sit
down and optimize libc regexp?

#	$OpenBSD: Makefile,v 1.1 2001/09/21 23:12:00 deraadt Exp $

PROG=	grep
SRCS=	grep.c
CFLAGS+= -Wall -pedantic -g

LINKS+=	${BINDIR}/grep ${BINDIR}/egrep \
	${BINDIR}/grep ${BINDIR}/fgrep
MLINKS=	grep.1 egrep.1 grep.1 fgrep.1

.include <bsd.prog.mk>