From cc368beb1033c4951084c6407f0f73e780ce6739 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Fri, 28 Apr 2000 18:33:45 +0000 Subject: [PATCH] add iocsh; build misc later --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index e42b8e833..ab2cad2d0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -21,11 +21,12 @@ DIRS += db DIRS += db/test DIRS += as DIRS += util -DIRS += misc DIRS += dbtools DIRS += rsrv DIRS += rec DIRS += dev +DIRS += iocsh +DIRS += misc #Following are optional ifeq ($(findstring vxWorks,$(BUILD_ARCHS)),vxWorks) DIRS += vxWorks