Print this page
4853 illumos-gate is not lint-clean when built with openssl 1.0


  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 
  27 PROG=           pkgadm
  28 
  29 OBJS=           addcert.o       \
  30                 certs.o         \
  31                 listcert.o      \
  32                 lock.o          \
  33                 main.o          \
  34                 removecert.o
  35 
  36 include $(SRC)/cmd/svr4pkg/Makefile.svr4pkg
  37 
  38 LDLIBS  +=      -lpkg -ladm -lcrypto -lgen
  39 
  40 .KEEP_STATE:
  41 all:            $(PROG)
  42 
  43 install:        all $(ROOTPROG)
  44 
  45 include $(SRC)/cmd/svr4pkg/Makefile.svr4pkg.targ


  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 
  27 PROG=           pkgadm
  28 
  29 OBJS=           addcert.o       \
  30                 certs.o         \
  31                 listcert.o      \
  32                 lock.o          \
  33                 main.o          \
  34                 removecert.o
  35 
  36 include $(SRC)/cmd/svr4pkg/Makefile.svr4pkg
  37 
  38 LDLIBS  +=      -lpkg -ladm -lsunw_crypto -lgen
  39 
  40 .KEEP_STATE:
  41 all:            $(PROG)
  42 
  43 install:        all $(ROOTPROG)
  44 
  45 include $(SRC)/cmd/svr4pkg/Makefile.svr4pkg.targ