Print this page
10075 make usr/src/tools smatch clean
   1 #
   2 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
   3 # Use is subject to license terms.
   4 #

   5 
   6 PROG=           zic
   7 
   8 OBJS=           ialloc.o \
   9                 scheck.o \
  10                 zic.o
  11 SRCS=           $(OBJS:%.o=%.c)
  12 
  13 CERRWARN +=     -_gcc=-Wno-unused-variable
  14 CERRWARN +=     -_gcc=-Wno-uninitialized


   1 #
   2 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
   3 # Use is subject to license terms.
   4 #
   5 # Copyright (c) 2018, Joyent, Inc.
   6 
   7 PROG=           zic
   8 
   9 OBJS=           ialloc.o \
  10                 scheck.o \
  11                 zic.o
  12 SRCS=           $(OBJS:%.o=%.c)
  13 
  14 CERRWARN +=     -_gcc=-Wno-unused-variable
  15 CERRWARN +=     -_gcc=-Wno-uninitialized
  16 
  17 SMOFF +=        signed