Print this page
7388 Support DHCP Client FQDN. Allow IAID/DUID for all v4.
*** 19,28 ****
--- 19,29 ----
# CDDL HEADER END
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
+ # Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
#
PROG = dhcpagent
ROOTFS_PROG = $(PROG)
DEFAULTFILES = dhcpagent.dfl
*** 43,53 ****
#
# to compile a debug version, do a `make COPTFLAG="-g -XO0"'
#
CPPFLAGS += -D_XOPEN_SOURCE=500 -D__EXTENSIONS__
! LDLIBS += -lxnet -lnvpair -ldhcpagent -ldhcputil -linetutil -ldevinfo -ldlpi
# Disable warnings that affect all XPG applications.
LINTFLAGS += -erroff=E_INCONS_ARG_DECL2 -erroff=E_INCONS_VAL_TYPE_DECL2
.KEEP_STATE:
--- 44,55 ----
#
# to compile a debug version, do a `make COPTFLAG="-g -XO0"'
#
CPPFLAGS += -D_XOPEN_SOURCE=500 -D__EXTENSIONS__
! LDLIBS += -lxnet -lnvpair -ldhcpagent -ldhcputil -linetutil -ldevinfo \
! -ldlpi -lresolv -lsocket -lipadm
# Disable warnings that affect all XPG applications.
LINTFLAGS += -erroff=E_INCONS_ARG_DECL2 -erroff=E_INCONS_VAL_TYPE_DECL2
.KEEP_STATE: