Print this page
1666 libwrap is 32bit only
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Reviewed by: Garrett D'Amore <garrett.damore@dey-sys.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libwrap/Makefile
          +++ new/usr/src/lib/libwrap/Makefile
↓ open down ↓ 2 lines elided ↑ open up ↑
   3    3  # Use is subject to license terms.
   4    4  #
   5    5  # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
   6    6  #
   7    7  
   8    8  include ../Makefile.lib
   9    9  
  10   10  HDRS =          tcpd.h
  11   11  CHECKHDRS =
  12   12  HDRDIR =        .
  13      -SUBDIRS =       $(MACH)
       13 +SUBDIRS =       $(MACH)
       14 +$(BUILD64)SUBDIRS += $(MACH64)
  14   15  
  15   16  all :=          TARGET = all
  16   17  clean :=        TARGET = clean
  17   18  clobber :=      TARGET = clobber
  18   19  install :=      TARGET = install
  19   20  lint :=         TARGET = lint
  20   21  
  21   22  .KEEP_STATE:
  22   23  
  23   24  all clean clobber install lint: $(SUBDIRS)
↓ open down ↓ 11 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX