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]
/
tests
/
syscall
/
Makefile
blob
29e41a65cc2b453698c3450cf911ec256d7768a6
1
# $NetBSD: Makefile,v 1.7 2009/11/25 16:17:11 pooka Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
syscall
6
7
TESTS_C
+=
t_cmsg
8
9
LDADD
+= -
lrumpnet_local
-
lrumpnet_net
-
lrumpnet
10
LDADD
+= -
lrumpvfs
-
lrump
-
lrumpuser
-
lpthread
11
12
WARNS
=
4
13
14
.
include
<
bsd.
test
.mk
>