usr/src/lib/libzfs/Makefile.com
changeset 13700 2889e2596bd6
parent 13524 f0e12b33f77c
child 13743 95aba6e49b9f
equal deleted inserted replaced
13699:733714f4dc24 13700:2889e2596bd6
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 #
    21 #
    22 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
    22 # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011 by Delphix. All rights reserved.
    23 # Copyright (c) 2012 by Delphix. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 LIBRARY= libzfs.a
    26 LIBRARY= libzfs.a
    27 VERS= .1
    27 VERS= .1
    28 
    28 
    29 OBJS_SHARED=			\
    29 OBJS_SHARED=			\
       
    30 	zfeature_common.o	\
    30 	zfs_comutil.o		\
    31 	zfs_comutil.o		\
    31 	zfs_deleg.o		\
    32 	zfs_deleg.o		\
    32 	zfs_fletcher.o		\
    33 	zfs_fletcher.o		\
    33 	zfs_namecheck.o		\
    34 	zfs_namecheck.o		\
    34 	zfs_prop.o		\
    35 	zfs_prop.o		\