From 3e302e598275f440cd119b59a1a5a7eaf68816ab Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 26 Sep 2000 21:03:08 +0000 Subject: [PATCH] uncommented gdd and cas --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index 25f6d6ed0..2ea8c4c68 100644 --- a/src/Makefile +++ b/src/Makefile @@ -31,8 +31,8 @@ DIRS += iocsh ifeq ($(findstring vxWorks,$(BUILD_ARCHS)),vxWorks) DIRS += vxWorks endif -#DIRS += gdd -#DIRS += cas +DIRS += gdd +DIRS += cas include $(TOP)/configure/RULES_DIRS