repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve the process for GNU tools
[minix3.git]
/
minix
/
servers
/
mib
/
Makefile
blob
bc241a0e2ce902fd0470e5e4e5601e1846a1b434
1
# Makefile for the Management Information Base (MIB) server
2
3
PROG
=
mib
4
SRCS
=
main.c tree.c remote.c kern.c vm.c hw.c proc.c minix.c
5
6
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
minix
7
8
DPADD
+= ${
LIBSYS
}
9
LDADD
+= -
lsys
10
11
WARNS?
=
5
12
13
.
include
<
minix.service.mk
>