Print this page
11226 Remove NetraCT support

@@ -20,10 +20,11 @@
 #
 
 #
 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
+# Copyright 2019 Peter Tribble.
 #
 # uts/sun/Makefile.rules
 #
 #       This Makefile defines all build rules for the directory uts/sun and
 # its children. These are the source files which are common to all sun

@@ -51,14 +52,10 @@
 
 $(OBJS_DIR)/%.o:                $(UTSBASE)/sun/io/eri/%.c
         $(COMPILE.c) -o $@ $<
         $(CTFCONVERT_O)
 
-$(OBJS_DIR)/%.o:                $(UTSBASE)/sun/io/ttymux/%.c
-        $(COMPILE.c) -o $@ $<
-        $(CTFCONVERT_O)
-
 $(OBJS_DIR)/%.o:                $(UTSBASE)/sun/io/dada/conf/%.c
         $(COMPILE.c) -o $@ $<
         $(CTFCONVERT_O)
 
 $(OBJS_DIR)/%.o:                $(UTSBASE)/sun/io/dada/impl/%.c

@@ -107,9 +104,6 @@
 
 $(LINTS_DIR)/%.ln:              $(UTSBASE)/sun/io/dada/targets/%.c
         @($(LHEAD) $(LINT.c) $< $(LTAIL))
 
 $(LINTS_DIR)/%.ln:              $(UTSBASE)/common/io/scsi/adapters/%.c
-        @($(LHEAD) $(LINT.c) $< $(LTAIL))
-
-$(LINTS_DIR)/%.ln:              $(UTSBASE)/sun/io/ttymux/%.c
         @($(LHEAD) $(LINT.c) $< $(LTAIL))