usr/src/lib/libdladm/Makefile.com
changeset 11878 ac93462db6d7
parent 10616 3be00c4a6835
child 12163 f0cf0084e756
equal deleted inserted replaced
11877:2fcfb0a6af77 11878:ac93462db6d7
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 #
    21 #
    22 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    22 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
    23 # Use is subject to license terms.
    23 # Use is subject to license terms.
    24 #
    24 #
    25 
    25 
    26 LIBRARY = libdladm.a
    26 LIBRARY = libdladm.a
    27 VERS    = .1
    27 VERS    = .1
    35 # install this library in the root filesystem
    35 # install this library in the root filesystem
    36 include ../../Makefile.rootfs
    36 include ../../Makefile.rootfs
    37 
    37 
    38 LIBS =		$(DYNLIB) $(LINTLIB)
    38 LIBS =		$(DYNLIB) $(LINTLIB)
    39 LDLIBS +=	-ldevinfo -lc -linetutil -lsocket -lscf -lrcm -lnvpair \
    39 LDLIBS +=	-ldevinfo -lc -linetutil -lsocket -lscf -lrcm -lnvpair \
    40 		-lexacct -lnsl -lkstat -lcurses
    40 		-lexacct -lnsl -lkstat -lcurses -lpool
    41 
    41 
    42 SRCDIR =	../common
    42 SRCDIR =	../common
    43 $(LINTLIB) :=	SRCS = $(SRCDIR)/$(LINTSRC)
    43 $(LINTLIB) :=	SRCS = $(SRCDIR)/$(LINTSRC)
    44 
    44 
    45 CFLAGS +=	$(CCVERBOSE)
    45 CFLAGS +=	$(CCVERBOSE)