diff --git a/.gitignore b/.gitignore
index e3e9467bb63e6bdbc88fc5b3a0e534f0077ad8a4..870695a7d083a82e13c32e6dc8a5cd4edd438b48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -221,6 +221,7 @@ MAC/APL/PAC/CAL_Protocol/lofarconf
 MAC/APL/PAC/CalServer/Makefile.common
 MAC/APL/PAC/CalServer/autoconf_share
 MAC/APL/PAC/CalServer/lofarconf
+MAC/APL/PAC/Makefile.common
 MAC/APL/PAC/_StationOperations/Makefile.common
 MAC/APL/PAC/_StationOperations/autoconf_share
 MAC/APL/PAC/_StationOperations/lofarconf
@@ -236,12 +237,15 @@ MAC/APL/PAC/_VirtualBackend/lofarconf
 MAC/APL/PAC/_VirtualTelescope/Makefile.common
 MAC/APL/PAC/_VirtualTelescope/autoconf_share
 MAC/APL/PAC/_VirtualTelescope/lofarconf
+MAC/APL/PAC/autoconf_share
+MAC/APL/PAC/lofarconf
 MAC/APL/PIC/ETHTest/Makefile.common
 MAC/APL/PIC/ETHTest/autoconf_share
 MAC/APL/PIC/ETHTest/lofarconf
 MAC/APL/PIC/MIS/Makefile.common
 MAC/APL/PIC/MIS/autoconf_share
 MAC/APL/PIC/MIS/lofarconf
+MAC/APL/PIC/Makefile.common
 MAC/APL/PIC/RSPCtlFE/Makefile.common
 MAC/APL/PIC/RSPCtlFE/autoconf_share
 MAC/APL/PIC/RSPCtlFE/lofarconf
@@ -263,6 +267,8 @@ MAC/APL/PIC/_NodeManager/lofarconf
 MAC/APL/PIC/_RegisterAccess/Makefile.common
 MAC/APL/PIC/_RegisterAccess/autoconf_share
 MAC/APL/PIC/_RegisterAccess/lofarconf
+MAC/APL/PIC/autoconf_share
+MAC/APL/PIC/lofarconf
 MAC/APL/PIC/rsuctl/Makefile.common
 MAC/APL/PIC/rsuctl/autoconf_share
 MAC/APL/PIC/rsuctl/lofarconf
diff --git a/MAC/APL/PIC/rsuctl/Makefile.am b/MAC/APL/PIC/rsuctl/Makefile.am
index ef1c4d7b0f335578a76c28c5917a0baa101e793d..486ed534b232d89a111522979fa56746b46278c0 100644
--- a/MAC/APL/PIC/rsuctl/Makefile.am
+++ b/MAC/APL/PIC/rsuctl/Makefile.am
@@ -1,5 +1,6 @@
 
 bin_SCRIPTS = \
-	rsuctl
+	rsuctl\
+	rsuctl3.pl
 
 include $(top_srcdir)/Makefile.common
diff --git a/MAC/APL/StationCU/src/Makefile.am b/MAC/APL/StationCU/src/Makefile.am
index 15ca500ab0d63d1f28d71b7fb51fc37c59f4d810..2e79b54c0091e8b75d0b4630f222e6d3ce3b19ae 100644
--- a/MAC/APL/StationCU/src/Makefile.am
+++ b/MAC/APL/StationCU/src/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = BeamControl CalibrationControl DigitalBoardControl StationControl HardwareMonitor TempControl
+SUBDIRS = BeamControl CalibrationControl DigitalBoardControl StationControl HardwareMonitor 
 
 include $(top_srcdir)/Makefile.common