From df67310726dd4c9935e8240a08b664f5130e9aca Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Fri, 25 May 2018 13:28:08 +0200 Subject: os_mon: Remove the os_mon MIBS support The otp_mibs application is to be removed so we also remove the os_mon usage of that application. --- lib/os_mon/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/os_mon/Makefile') diff --git a/lib/os_mon/Makefile b/lib/os_mon/Makefile index 1eff8a785a..40ce94e0c7 100644 --- a/lib/os_mon/Makefile +++ b/lib/os_mon/Makefile @@ -23,11 +23,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk # # Macros # -ifeq ($(findstring win32,$(TARGET)),win32) -SUB_DIRECTORIES = src c_src mibs doc/src -else -SUB_DIRECTORIES = src c_src mibs doc/src -endif +SUB_DIRECTORIES = src c_src doc/src include vsn.mk VSN = $(OS_MON_VSN) -- cgit v1.2.3