diff options
Diffstat (limited to 'usr/src/cmd/trapstat')
-rw-r--r-- | usr/src/cmd/trapstat/sun4u/Makefile | 10 | ||||
-rw-r--r-- | usr/src/cmd/trapstat/sun4v/Makefile | 10 |
2 files changed, 8 insertions, 12 deletions
diff --git a/usr/src/cmd/trapstat/sun4u/Makefile b/usr/src/cmd/trapstat/sun4u/Makefile index bd1aa80f00..79d0e7a86c 100644 --- a/usr/src/cmd/trapstat/sun4u/Makefile +++ b/usr/src/cmd/trapstat/sun4u/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,10 +19,10 @@ # CDDL HEADER END # # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" +# ident "%Z%%M% %I% %E% SMI" # PLATFORM = sun4u @@ -39,7 +38,6 @@ OBJS= trapstat.o SRCS= $(OBJS:%.o=$(SRCDIR)/%.c) CFLAGS += $(CCVERBOSE) -LDLIBS += -lrt IFLAGS = -I$(USR_PSM_INCL_DIR) CPPFLAGS += $(IFLAGS) $(ARCHOPTS) LINTFLAGS += $(LDLIBS) -u diff --git a/usr/src/cmd/trapstat/sun4v/Makefile b/usr/src/cmd/trapstat/sun4v/Makefile index 05c0aa5a97..c82cf45905 100644 --- a/usr/src/cmd/trapstat/sun4v/Makefile +++ b/usr/src/cmd/trapstat/sun4v/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -20,10 +19,10 @@ # CDDL HEADER END # # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" +# ident "%Z%%M% %I% %E% SMI" # PLATFORM = sun4v @@ -39,7 +38,6 @@ OBJS= trapstat.o SRCS= $(OBJS:%.o=$(SRCDIR)/%.c) CFLAGS += -v -Dsun4v -LDLIBS += -lrt IFLAGS = -I$(USR_PSM_INCL_DIR) CPPFLAGS += $(IFLAGS) $(ARCHOPTS) -Dsun4v LINTFLAGS += $(LDLIBS) -u |