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
/
lib
/
libc
/
termios
/
Makefile
blob
d2873159bff4ab84c45f1612aae89a2ba50012d1
1
# $NetBSD: Makefile,v 1.1 2011/05/01 11:39:38 jruoho Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
lib
/
libc
/
termios
6
7
TESTS_C
+=
t_tcsetpgrp
8
9
WARNS
=
4
10
MKMAN
=
no
11
12
BINDIR
= ${
TESTSDIR
}
13
14
.
include
<
bsd.
test
.mk
>