summaryrefslogtreecommitdiff
path: root/usr/src/cmd/mv
diff options
context:
space:
mode:
authorrie <none@none>2008-05-02 15:01:06 -0700
committerrie <none@none>2008-05-02 15:01:06 -0700
commit67e3a03ed4a2813074d36330f062ed6e593a4937 (patch)
tree0771dd676aaf74320c2a78fd424decf4c07347b9 /usr/src/cmd/mv
parent5c0a55ff7158dbb6220c31dda253139cf9cf5fde (diff)
downloadillumos-joyent-67e3a03ed4a2813074d36330f062ed6e593a4937.tar.gz
6683064 check_rtime could do with some spring cleaning
Diffstat (limited to 'usr/src/cmd/mv')
-rw-r--r--usr/src/cmd/mv/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/mv/Makefile b/usr/src/cmd/mv/Makefile
index fa86f295c2..911682845c 100644
--- a/usr/src/cmd/mv/Makefile
+++ b/usr/src/cmd/mv/Makefile
@@ -20,7 +20,7 @@
#
#ident "%Z%%M% %I% %E% SMI"
#
-# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
@@ -48,8 +48,8 @@ XGETFLAGS += -a -x mv.xcl
CPPFLAGS += -D_FILE_OFFSET_BITS=64 -I $(SRC)/common/util
lint := LDLIBS += -lcmdutils -lavl -lsec -lnvpair
-$(PROG) := LDLIBS += $(ZLAZYLOAD) -lcmdutils -lavl -lsec -lnvpair $(ZNOLAZYLOAD)
-$(XPG4) := LDLIBS += $(ZLAZYLOAD) -lcmdutils -lavl -lsec -lnvpair $(ZNOLAZYLOAD)
+$(PROG) := LDLIBS += -lcmdutils -lavl -lsec -lnvpair
+$(XPG4) := LDLIBS += -lcmdutils -lavl -lsec -lnvpair
.KEEP_STATE: