Improve the process for GNU tools
[minix3.git] / minix / servers / mib / Makefile
blobbc241a0e2ce902fd0470e5e4e5601e1846a1b434
1 # Makefile for the Management Information Base (MIB) server
3 PROG= mib
4 SRCS= main.c tree.c remote.c kern.c vm.c hw.c proc.c minix.c
6 CPPFLAGS+= -I${NETBSDSRCDIR}/minix
8 DPADD+= ${LIBSYS}
9 LDADD+= -lsys
11 WARNS?= 5
13 .include <minix.service.mk>