Print this page
7388 Support DHCP Client FQDN. Allow IAID/DUID for all v4.
@@ -18,10 +18,11 @@
#
# CDDL HEADER END
#
#
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2016, Chris Fraire <cfraire@me.com>.
#
#
LIBRARY = libipadm.a
VERS = .1
@@ -33,11 +34,11 @@
# install this library in the root filesystem
include ../../Makefile.rootfs
LIBS = $(DYNLIB) $(LINTLIB)
LDLIBS += -lc -lnsl -linetutil -lsocket -ldlpi -lnvpair -ldhcpagent \
- -ldladm -lsecdb
+ -ldladm -lsecdb -ldhcputil
SRCDIR = ../common
$(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
CFLAGS += $(CCVERBOSE)