usr/src/uts/common/Makefile.rules
changeset 898 64b2a371a6bd
parent 881 e6bc7f4b8a33
child 901 51e564a5263e
equal deleted inserted replaced
897:8bc35ca89c2f 898:64b2a371a6bd
   347 
   347 
   348 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/ip/%.c
   348 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/ip/%.c
   349 	$(COMPILE.c) -o $@ $<
   349 	$(COMPILE.c) -o $@ $<
   350 	$(CTFCONVERT_O)
   350 	$(CTFCONVERT_O)
   351 
   351 
       
   352 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/kssl/%.c
       
   353 	$(COMPILE.c) -o $@ $<
       
   354 	$(CTFCONVERT_O)
       
   355 
   352 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/sctp/%.c
   356 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/sctp/%.c
   353 	$(COMPILE.c) -o $@ $<
   357 	$(COMPILE.c) -o $@ $<
   354 	$(CTFCONVERT_O)
   358 	$(CTFCONVERT_O)
   355 
   359 
   356 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/tcp/%.c
   360 $(OBJS_DIR)/%.o:		$(UTSBASE)/common/inet/tcp/%.c
  1134 	@($(LHEAD) $(LINT.c) $(IPFFLAGS) $< $(LTAIL))
  1138 	@($(LHEAD) $(LINT.c) $(IPFFLAGS) $< $(LTAIL))
  1135 
  1139 
  1136 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/ipf/%.c
  1140 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/ipf/%.c
  1137 	@($(LHEAD) $(LINT.c) $(IPFFLAG2) $< $(LTAIL))
  1141 	@($(LHEAD) $(LINT.c) $(IPFFLAG2) $< $(LTAIL))
  1138 
  1142 
       
  1143 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/kssl/%.c
       
  1144 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
       
  1145 
  1139 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/udp/%.c
  1146 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/udp/%.c
  1140 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
  1147 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
  1141 
  1148 
  1142 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/sctp/%.c
  1149 $(LINTS_DIR)/%.ln:		$(UTSBASE)/common/inet/sctp/%.c
  1143 	@($(LHEAD) $(LINT.c) $< $(LTAIL))
  1150 	@($(LHEAD) $(LINT.c) $< $(LTAIL))