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
Sync usage with man page.
[netbsd-mini2440.git]
/
regress
/
lib
/
libc
/
regex
/
Makefile
blob
4bf296f499ccb5ca34babb35e49cb0b4295b6326
1
# $NetBSD: Makefile,v 1.5 2001/12/12 01:24:03 tv Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
PROG
=
re
8
SRCS
=
main.c split.c debug.c
9
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
lib
/
libc
/
regex
10
11
TESTS
= ${
.CURDIR
}/
tests
12
13
regress
:
14
.
/
re
< ${
TESTS
}
15
.
/
re
-
el
< ${
TESTS
}
16
.
/
re
-
er
< ${
TESTS
}
17
18
.
include
<
bsd.prog.mk
>