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/services - sync with NetBSD-8
[minix.git]
/
external
/
bsd
/
blacklist
/
test
/
Makefile
blob
a451274def06bc4ae02bf536dab61a3f25688945
1
# $NetBSD: Makefile,v 1.3 2015/05/30 22:40:38 christos Exp $
2
3
MKMAN
=
no
4
5
PROGS
=
srvtest cltest
6
SRCS.srvtest
=
srvtest.c
7
SRCS.cltest
=
cltest.c
8
CPPFLAGS
+=-
DBLDEBUG
9
LDADD
+=-
lutil
10
DPADD
+=${
LIBUTIL
}
11
12
.
include
<
bsd.prog.mk
>