From f75ac1da3ea09b2f35271f09b0795c1b083a3881 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 23 Apr 2023 15:43:56 -0500 Subject: */.../Makefile: MANAGERS=all has been obsolete a LONG time --- micromonitor/umon/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'micromonitor') diff --git a/micromonitor/umon/Makefile b/micromonitor/umon/Makefile index dace04c..3809c0e 100644 --- a/micromonitor/umon/Makefile +++ b/micromonitor/umon/Makefile @@ -5,9 +5,6 @@ VPATH=. PGM=${ARCH}/umon.exe -# optional managers required -MANAGERS=all - # C source names CSRCS = test.c ## monlib.c tfsDriver.c COBJS = $(CSRCS:%.c=${ARCH}/%.o) -- cgit v1.2.3