usr/src/cmd/swap/Makefile.com
changeset 767 0aa24dfb5d87
parent 0 68f95e015346
child 10207 87c40ea3fc4b
equal deleted inserted replaced
766:c521de78a32f 767:0aa24dfb5d87
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 # information: Portions Copyright [yyyy] [name of copyright owner]
    19 #
    19 #
    20 # CDDL HEADER END
    20 # CDDL HEADER END
    21 #
    21 #
    22 #
    22 #
    23 # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
    23 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
    24 # Use is subject to license terms.
    24 # Use is subject to license terms.
    25 #
    25 #
    26 # ident	"%Z%%M%	%I%	%E% SMI"
    26 # ident	"%Z%%M%	%I%	%E% SMI"
    27 #
    27 #
    28 # cmd/swap/Makefile.com
    28 # cmd/swap/Makefile.com
    44 
    44 
    45 .KEEP_STATE:
    45 .KEEP_STATE:
    46 
    46 
    47 all: $(PROG)
    47 all: $(PROG)
    48 
    48 
       
    49 LDLIBS	+=	-ldiskmgt
    49 $(PROG): $(OBJS)
    50 $(PROG): $(OBJS)
    50 	$(LINK.c) $(OBJS) -o $@ $(LDLIBS)
    51 	$(LINK.c) $(OBJS) -o $@ $(LDLIBS)
    51 	$(POST_PROCESS)
    52 	$(POST_PROCESS)
    52 
    53 
    53 lint:	lint_SRCS
    54 lint:	lint_SRCS