usr/src/lib/libnvpair/Makefile.com
changeset 13700 2889e2596bd6
parent 6640 c92ca9b95b9c
child 13834 58bc6f85b799
equal deleted inserted replaced
13699:733714f4dc24 13700:2889e2596bd6
    20 #
    20 #
    21 #
    21 #
    22 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
    22 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
    23 # Use is subject to license terms.
    23 # Use is subject to license terms.
    24 #
    24 #
    25 # ident	"%Z%%M%	%I%	%E% SMI"
    25 # Copyright (c) 2012 by Delphix. All rights reserved.
    26 #
    26 #
    27 
    27 
    28 LIBRARY=	libnvpair.a
    28 LIBRARY=	libnvpair.a
    29 VERS=		.1
    29 VERS=		.1
    30 
    30 
    31 OBJECTS=	libnvpair.o \
    31 OBJECTS=	libnvpair.o \
    32 		nvpair_alloc_system.o \
    32 		nvpair_alloc_system.o \
    33 		nvpair_alloc_fixed.o \
    33 		nvpair_alloc_fixed.o \
    34 		nvpair.o
    34 		nvpair.o \
       
    35 		fnvpair.o
    35 
    36 
    36 include ../../Makefile.lib
    37 include ../../Makefile.lib
    37 include ../../Makefile.rootfs
    38 include ../../Makefile.rootfs
    38 
    39 
    39 SRCS=		../libnvpair.c \
    40 SRCS=		../libnvpair.c \
    40 		../nvpair_alloc_system.c \
    41 		../nvpair_alloc_system.c \
    41 		$(SRC)/common/nvpair/nvpair_alloc_fixed.c \
    42 		$(SRC)/common/nvpair/nvpair_alloc_fixed.c \
    42 		$(SRC)/common/nvpair/nvpair.c
    43 		$(SRC)/common/nvpair/nvpair.c \
       
    44 		$(SRC)/common/nvpair/fnvpair.c
    43 
    45 
    44 #
    46 #
    45 # Libraries added to the next line must be present in miniroot
    47 # Libraries added to the next line must be present in miniroot
    46 #
    48 #
    47 LDLIBS +=	-lc -lnsl
    49 LDLIBS +=	-lc -lnsl