diff options
Diffstat (limited to 'usr/src/cmd/swap/Makefile')
-rw-r--r-- | usr/src/cmd/swap/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr/src/cmd/swap/Makefile b/usr/src/cmd/swap/Makefile index 674a83ba64..0f1dcdb99f 100644 --- a/usr/src/cmd/swap/Makefile +++ b/usr/src/cmd/swap/Makefile @@ -19,9 +19,6 @@ # # CDDL HEADER END # -# -#ident "%Z%%M% %I% %E% SMI" -# # Copyright 2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -31,8 +28,7 @@ PROG= swap include ../Makefile.cmd -$(64ONLY)SUBDIRS= $(MACH) -$(BUILD64)SUBDIRS += $(MACH64) +SUBDIRS += $(MACH64) CPPFLAGS += -D_LARGEFILE64_SOURCE @@ -54,8 +50,6 @@ $(ROOTSYMLINK): clean clobber lint: $(SUBDIRS) install: $(SUBDIRS) $(ROOTSYMLINK) - -$(RM) $(ROOTUSRSBINPROG) - -$(LN) $(ISAEXEC) $(ROOTUSRSBINPROG) $(SUBDIRS): FRC @cd $@; pwd; $(MAKE) $(TARGET) |