repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/protocols - sync with NetBSD-8
[minix.git]
/
tests
/
libexec
/
Makefile
blob
19b28cc9e3c277dc794b0ce8f45bedd36c86ede6
1
# $NetBSD: Makefile,v 1.4 2014/06/10 04:28:39 he Exp $
2
#
3
.
include
"Makefile.inc"
4
.
include
<
bsd.own.mk
>
5
6
.if
${
MACHINE_ARCH
} !=
"m68000"
7
#LSC: Unsupported on MINIX
8
#TESTS_SUBDIRS= ld.elf_so
9
.
endif
10
11
TESTSDIR
= ${
TESTSBASE
}/
libexec
12
13
.
include
<
bsd.
test
.mk
>