Print this page
6198 Let's EOL cachefs


  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
  26 #
  27 
  28 include         ../../Makefile.cmd
  29 
  30 sparc_PROG=
  31 i386_PROG=
  32 
  33 PROG=           \
  34         README          \
  35         cachefs.daemon  \
  36         sysetup         \
  37         uucp            \
  38         $($(MACH)_PROG)
  39 
  40 
  41 OTHERPROG=      README.rcS README.rc2 README.rc3
  42 
  43 ROOTETCINITD=           $(ROOTETC)/init.d
  44 ROOTETCRCSD=            $(ROOTETC)/rcS.d
  45 ROOTETCRC0D=            $(ROOTETC)/rc0.d
  46 ROOTETCRC1D=            $(ROOTETC)/rc1.d
  47 ROOTETCRC2D=            $(ROOTETC)/rc2.d
  48 ROOTETCRC3D=            $(ROOTETC)/rc3.d
  49 
  50 DIRS=   $(ROOTETCINITD) \
  51         $(ROOTETCRCSD) \
  52         $(ROOTETCRC0D) \
  53         $(ROOTETCRC1D) \
  54         $(ROOTETCRC2D) \
  55         $(ROOTETCRC3D)




  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  25 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
  26 #
  27 
  28 include         ../../Makefile.cmd
  29 
  30 sparc_PROG=
  31 i386_PROG=
  32 
  33 PROG=           \
  34         README          \

  35         sysetup         \
  36         uucp            \
  37         $($(MACH)_PROG)
  38 
  39 
  40 OTHERPROG=      README.rcS README.rc2 README.rc3
  41 
  42 ROOTETCINITD=           $(ROOTETC)/init.d
  43 ROOTETCRCSD=            $(ROOTETC)/rcS.d
  44 ROOTETCRC0D=            $(ROOTETC)/rc0.d
  45 ROOTETCRC1D=            $(ROOTETC)/rc1.d
  46 ROOTETCRC2D=            $(ROOTETC)/rc2.d
  47 ROOTETCRC3D=            $(ROOTETC)/rc3.d
  48 
  49 DIRS=   $(ROOTETCINITD) \
  50         $(ROOTETCRCSD) \
  51         $(ROOTETCRC0D) \
  52         $(ROOTETCRC1D) \
  53         $(ROOTETCRC2D) \
  54         $(ROOTETCRC3D)