1 # Makefile for the Management Information Base (MIB) server
5 .if
!empty
(DBG
:M-Og
) ||
!empty
(CFLAGS
:M-Og
) || \
6 !empty
(DBG
:M-g
) ||
!empty
(CFLAGS
:M-g
)
7 #LSC: -Wno-maybe-uninitialized while compiling with -DNDEBUG -Og
8 CWARNFLAGS.gcc
+= -Wno-maybe-uninitialized
12 SRCS
= main.c tree.c remote.c kern.c vm.c hw.c proc.c minix.c
14 CPPFLAGS
+= -I
${NETBSDSRCDIR}/minix
21 .
include <minix.service.mk
>