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
Remove building with NOCRYPTO option
[minix.git]
/
minix
/
tests
/
rmibtest
/
Makefile
blob
54abf55c7f1100d1c4a30b58a4331acf6c5a2cda
1
# Makefile for the Remote MIB test service (rmibtest)
2
PROG
=
rmibtest
3
SRCS
=
rmibtest.c
4
FILES
=
rmibtest.conf
5
6
DPADD
+= ${
LIBSYS
}
7
LDADD
+= -
lsys
8
9
MAN
=
10
11
BINDIR?
= /
usr
/
tests
/
minix-posix
/
rmibtest
12
FILESDIR?
= /
usr
/
tests
/
minix-posix
/
rmibtest
13
14
.
include
<
minix.service.mk
>