diff options
| author | rie <none@none> | 2008-05-02 15:01:06 -0700 |
|---|---|---|
| committer | rie <none@none> | 2008-05-02 15:01:06 -0700 |
| commit | 67e3a03ed4a2813074d36330f062ed6e593a4937 (patch) | |
| tree | 0771dd676aaf74320c2a78fd424decf4c07347b9 /usr/src/cmd/ed | |
| parent | 5c0a55ff7158dbb6220c31dda253139cf9cf5fde (diff) | |
| download | illumos-joyent-67e3a03ed4a2813074d36330f062ed6e593a4937.tar.gz | |
6683064 check_rtime could do with some spring cleaning
Diffstat (limited to 'usr/src/cmd/ed')
| -rw-r--r-- | usr/src/cmd/ed/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/src/cmd/ed/Makefile b/usr/src/cmd/ed/Makefile index ebc837d99d..8dbd627997 100644 --- a/usr/src/cmd/ed/Makefile +++ b/usr/src/cmd/ed/Makefile @@ -19,7 +19,7 @@ # CDDL HEADER END # # -# Copyright 2007 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -42,9 +42,8 @@ include ../Makefile.cmd CFLAGS += $(CCVERBOSE) $(XPG4) := CFLAGS += -DXPG4 $(XPG6) := CFLAGS += -DXPG6 -I$(SRC)/lib/libc/inc -LAZYLIBS = $(ZLAZYLOAD) -lgen -lcrypt_i $(ZNOLAZYLOAD) -lint := LAZYLIBS = -lgen -lcrypt -LDLIBS += -lmapmalloc $(LAZYLIBS) +lint := LDLIBS += -lgen -lcrypt +LDLIBS += -lmapmalloc -lgen -lcrypt_i XGETFLAGS += -a -x ed.xcl MAPFILE.INT = ../expr/mapfile-intf |
