diff options
Diffstat (limited to 'usr/src/cmd/fgrep/Makefile')
-rw-r--r-- | usr/src/cmd/fgrep/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/cmd/fgrep/Makefile b/usr/src/cmd/fgrep/Makefile index a5ac396dcd..26d8ef046c 100644 --- a/usr/src/cmd/fgrep/Makefile +++ b/usr/src/cmd/fgrep/Makefile @@ -20,8 +20,6 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# # Copyright (c) 1989,1996 by Sun Microsystems, Inc. # All rights reserved. # @@ -31,7 +29,7 @@ PROG= fgrep include ../Makefile.cmd CPPFLAGS += -D_FILE_OFFSET_BITS=64 - +CERRWARN += -_gcc=-Wno-parentheses .KEEP_STATE: |