1# 2#ident "%Z%%M% %I% %E% SMI" 3# 4# Copyright (c) 2001 by Sun Microsystems, Inc. 5# All rights reserved. 6# 7 8Built with the Sun Workshop Compilers. 9 10The Makefile has been edited to define the appropriate system parameters for 11Solaris 9 except for REAL_DAEMON_DIR which must be defined on the command 12line as below or by editing the Makefile. The sunos5 make target will build 13the Solaris compatible libwrap shared object and the executable programs 14including tcpd. 15 16There is no configure script. Instead unset the environment variable 17HOSTNAME and build using 18 19 env \ 20 MAKE="/usr/ccs/bin/make -e" \ 21 /usr/ccs/bin/make -e \ 22 REAL_DAEMON_DIR=/usr/sbin \ 23 sunos5 24 25The header tcpd.h has been modified to define HAVE_IPV6, so that consumers of 26the file do not have to define HAVE_IPV6 and will always get data structures 27that are compatible with the libwrap.so.1 shipped with Solaris. HAVE_IPV6 is 28defined since this is the IPv6 version of tcp_wrappers and Solaris supports 29IPv6. 30