diff options
Diffstat (limited to 'usr/src/cmd/dladm/Makefile')
-rw-r--r-- | usr/src/cmd/dladm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/dladm/Makefile b/usr/src/cmd/dladm/Makefile index 94e6842ff3..6757c63d89 100644 --- a/usr/src/cmd/dladm/Makefile +++ b/usr/src/cmd/dladm/Makefile @@ -22,7 +22,6 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" # PROG= dladm @@ -35,6 +34,7 @@ ROOTCFGFILES= $(CFGFILES:%=$(ROOTCFGDIR)/%) include ../Makefile.cmd XGETFLAGS += -a -x $(PROG).xcl +LDLIBS += -L$(ROOT)/lib -lsocket LDLIBS += -ldladm -ldlpi -lkstat -lsecdb -lbsm -linetutil -ldevinfo $(ROOTCFGFILES) := OWNER= dladm |