aboutsummaryrefslogtreecommitdiffstats
path: root/lib/os_mon/Makefile
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-05-25 13:28:08 +0200
committerMicael Karlberg <[email protected]>2018-09-27 15:28:21 +0200
commitdf67310726dd4c9935e8240a08b664f5130e9aca (patch)
tree6d702141a94c1262290239694d895536f765210a /lib/os_mon/Makefile
parent08ef38b2c9f84ed118e693bff38efa69fc2c7eb8 (diff)
downloadotp-df67310726dd4c9935e8240a08b664f5130e9aca.tar.gz
otp-df67310726dd4c9935e8240a08b664f5130e9aca.tar.bz2
otp-df67310726dd4c9935e8240a08b664f5130e9aca.zip
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.
Diffstat (limited to 'lib/os_mon/Makefile')
-rw-r--r--lib/os_mon/Makefile6
1 files changed, 1 insertions, 5 deletions
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)