head	1.4;
access;
symbols
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.4
date	95.12.30.18.57.28;	author peter;	state dead;
branches;
next	1.3;

1.3
date	94.08.28.18.48.49;	author bde;	state Exp;
branches;
next	1.2;

1.2
date	94.08.05.18.59.21;	author wollman;	state Exp;
branches;
next	1.1;

1.1
date	94.05.27.12.31.03;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.27.12.31.04;	author rgrimes;	state Exp;
branches;
next	;


desc
@@


1.4
log
@recording cvs-1.6 file death
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/27/93

# -DSLOWSYS	invoke xread() for system time quirk on PDP, others?
# -DNOKANJI	default is for Japanese Unix.  undef only for raw
#		parity-marked search capability, not standard w/grep.
# -DCHINESE	for systems using EUC Chinese2 codes
# -Dstrrchr=rindex, -Dstrchr=index	as necessary

PROG=	egrep
CFLAGS+=-Dstrrchr=rindex -Dstrchr=index -DNOKANJI
DPADD= ${LIBCOMPAT}
LDADD= -lcompat	# must search compat to get spencers early regexp package
MAN1=	grep.1
LINKS=	${BINDIR}/egrep ${BINDIR}/grep ${BINDIR}/egrep ${BINDIR}/fgrep
MLINKS=	grep.1 egrep.1 grep.1 fgrep.1

.include "../../Makefile.inc"
.include <bsd.prog.mk>
@


1.3
log
@Add dependencies on libraries to DPADD.  Someday this should be done
automagically.  -lfoo has to be right to work, but ${LIBFO0} is too
easy to forget or misspell; nothing checks it and it should be
different for shared libraries.
@
text
@@


1.2
log
@More merry makefile munging for man page compatability.
@
text
@d11 1
@


1.1
log
@Initial revision
@
text
@d12 1
a12 1
MAN1=	grep.0
@


1.1.1.1
log
@BSD 4.4 Lite Usr.bin Sources
@
text
@@
