diff options
Diffstat (limited to 'usr/src/cmd/tput/Makefile')
| -rw-r--r-- | usr/src/cmd/tput/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/cmd/tput/Makefile b/usr/src/cmd/tput/Makefile index ac90caaecd..80cd77e8f1 100644 --- a/usr/src/cmd/tput/Makefile +++ b/usr/src/cmd/tput/Makefile @@ -20,8 +20,6 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -33,6 +31,7 @@ include ../Makefile.cmd .KEEP_STATE: CFLAGS += $(CCVERBOSE) +CERRWARN += -_gcc=-Wno-parentheses XGETFLAGS += -a -x tput.xcl LDLIBS += -lcurses |
