Print this page
11226 Remove NetraCT support
*** 20,29 ****
--- 20,30 ----
#
#
# 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,64 ****
$(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
--- 52,61 ----
*** 107,115 ****
$(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))
--- 104,109 ----