repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
gnu
/
usr.bin
/
egrep
/
Makefile
blob
e87ea6bba5bf100be4eaa0d11a1a30afa86976d2
1
2
PROG
=
egrep
3
SRCS
=
dfa.c grep.c regex.c
4
CFLAGS
+=-
DEGREP
5
NOMAN
=
noman
6
.PATH
: ${
.CURDIR
}/
..
/
grep
7
8
.
include
<
bsd.prog.mk
>