diff options
Diffstat (limited to 'usr/src/cmd/cpio/Makefile')
-rw-r--r-- | usr/src/cmd/cpio/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/cmd/cpio/Makefile b/usr/src/cmd/cpio/Makefile index 18c3a18cca..409fbef1fe 100644 --- a/usr/src/cmd/cpio/Makefile +++ b/usr/src/cmd/cpio/Makefile @@ -31,7 +31,6 @@ SRCS= $(OBJS:%.o=%.c) include ../Makefile.cmd CPPFLAGS += -D_FILE_OFFSET_BITS=64 -DSOLARIS_PRIVS CERRWARN += -_gcc=-Wno-parentheses -CERRWARN += $(CNOWARN_UNINIT) # not linted SMATCH=off @@ -52,6 +51,4 @@ install: all $(ROOTPROG) clean: $(RM) $(OBJS) -lint: lint_SRCS - include ../Makefile.targ |