repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
tests
/
usr.bin
/
m4
/
Makefile
blob
c78d0204f1d410d315f3403dac65e3079589d589
1
# $NetBSD: Makefile,v 1.1 2012/03/17 16:33:14 jruoho Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
usr.bin
/
m4
8
9
TESTS_SH
=
t_m4
10
11
FILESDIR
= ${
TESTSDIR
}
12
FILES
=
d_ff_after_dnl.m4.uue
13
FILES
+=
d_ff_after_dnl.out
14
FILES
+=
d_m4wrap-P.m4
15
FILES
+=
d_m4wrap-P.out
16
FILES
+=
d_m4wrap.m4
17
FILES
+=
d_m4wrap.out
18
19
.
include
<
bsd.
test
.mk
>