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>

@@ -36,13 +36,14 @@
 include ../../Makefile.lib
 
 LIBS =          $(DYNLIB) $(LINTLIB)
 SONAME =        $(LIBRARY:.a=.so)$(MAJOR)
 ROOTLINKS +=    $(ROOTLIBDIR)/$(LIBLINKS)$(MAJOR)
+ROOTLINKS64 +=  $(ROOTLIBDIR64)/$(LIBLINKS)$(MAJOR)
 $(LINTLIB) :=   SRCS = $(SRCDIR)/$(LINTSRC)
 
-MAPFILES =      ../mapfile
+MAPFILES =      ../mapfile-vers
 
 LDLIBS +=       -lsocket -lnsl -lc
 
 CPPFLAGS +=     $(NETGROUP) $(TLI) $(ALWAYS_HOSTNAME) $(AUTH) \
                 $(STYLE) $(TABLES) $(DOT) $(BUGS) \

@@ -66,10 +67,13 @@
 lint: lintcheck
 
 $(ROOTLIBDIR)/$(LIBLINKS)$(MAJOR): $(ROOTLIBDIR)/$(LIBLINKS)$(VERS)
         $(INS.liblink)
 
+$(ROOTLIBDIR64)/$(LIBLINKS)$(MAJOR): $(ROOTLIBDIR64)/$(LIBLINKS)$(VERS)
+        $(INS.liblink64)
+
 include ../../Makefile.targ
 
 
 # The rest of this file contains definitions more-or-less directly from the
 # original Makefile of the tcp_wrappers distribution.