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]
/
tests
/
ipf
/
Makefile
blob
e57d21f6b367d76db88503b127405d7cbfd2a89c
1
# $NetBSD$
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
ipf
8
9
TESTS_SH
=
t_ipf
10
11
CLEANFILES
+=
t_ipf.sh
12
t_ipf.sh
:
t_ipf.awk t_ipf.in
13
${
TOOL_AWK
} -
f
${
.CURDIR
}/
t_ipf.awk
${
.CURDIR
}/
t_ipf.in
>
t_ipf.sh
14
15
SUBDIR
=
regress input expected
16
17
.
include
<
bsd.
test
.mk
>
18
.
include
<
bsd.subdir.mk
>