usr/src/cmd/dumpadm/Makefile
changeset 6423 437422a29d3a
parent 3048 ce5ba5995ea4
child 10207 87c40ea3fc4b
equal deleted inserted replaced
6422:d51a10d738ba 6423:437422a29d3a
    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 2006 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 #ident	"%Z%%M%	%I%	%E% SMI"
    26 
    26 
    27 PROG = dumpadm
    27 PROG = dumpadm
    42 OWNER = root
    42 OWNER = root
    43 GROUP = bin
    43 GROUP = bin
    44 
    44 
    45 ROOTMANIFESTDIR = $(ROOTSVCSYSTEM)
    45 ROOTMANIFESTDIR = $(ROOTSVCSYSTEM)
    46 
    46 
    47 LDLIBS +=	-ldiskmgt
    47 LDLIBS +=	-ldiskmgt -lzfs
    48 
    48 
    49 .KEEP_STATE:
    49 .KEEP_STATE:
    50 
    50 
    51 all: $(PROG)
    51 all: $(PROG)
    52 
    52