Makefile revision 69bb4bb45c98da60d21839c4dc3c01ea1be60585
221N/A# The contents of this file are subject to the terms of the 221N/A# Common Development and Distribution License (the "License"). 221N/A# You may not use this file except in compliance with the License. 221N/A# See the License for the specific language governing permissions 221N/A# and limitations under the License. 221N/A# When distributing Covered Code, include this CDDL HEADER in each 221N/A# If applicable, add the following below this CDDL HEADER, with the 221N/A# fields enclosed by brackets "[]" replaced with your own identifying 221N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5680N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 5680N/A# Use is subject to license terms. 221N/A# ident "%Z%%M% %I% %E% SMI" 6398N/A# in.ndpd uses the ancillary data feature which is available only through 221N/A# UNIX 98 standards version of Socket interface. This interface is supposed to 6398N/A# be accessed by -lxnet. In addition -lsocket and -lnsl are used to 2899N/A# capture new not-yet-standard interfaces. Someday -lxnet alone should be enough 2899N/A# when IPv6 inspired new interfaces are part of standards. 679N/A# these #defines are required to use UNIX 98 interfaces 679N/A# This shouldn't be necessary, but linking with libxnet requires it. 5795N/A# This is needed to avoid littering the code with useless LINTED statements 5795N/A# for each place where pointers are casted. It's not perfect, but being 5795N/A# perfect would require a bigger rewrite.