diff options
Diffstat (limited to 'usr/src/cmd/csplit/Makefile')
-rw-r--r-- | usr/src/cmd/csplit/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/cmd/csplit/Makefile b/usr/src/cmd/csplit/Makefile index d5f55c341e..66e008958a 100644 --- a/usr/src/cmd/csplit/Makefile +++ b/usr/src/cmd/csplit/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. # @@ -34,6 +32,9 @@ LDLIBS += -lgen XGETFLAGS += -a -x csplit.xcl CPPFLAGS += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 +CERRWARN += -_gcc=-Wno-parentheses +CERRWARN += -_gcc=-Wno-uninitialized + .KEEP_STATE: all: $(PROG) |