diff options
Diffstat (limited to 'usr/src/cmd/write/Makefile')
| -rw-r--r-- | usr/src/cmd/write/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/write/Makefile b/usr/src/cmd/write/Makefile index 74ffb5e953..56c4911aa6 100644 --- a/usr/src/cmd/write/Makefile +++ b/usr/src/cmd/write/Makefile @@ -21,7 +21,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# cmd/write/Makefile +# Copyright (c) 2018, Joyent, Inc. PROG= write @@ -38,6 +38,8 @@ XGETFLAGS += -a -x write.xcl CFLAGS += $(CCVERBOSE) CERRWARN += -_gcc=-Wno-unused-variable +SMOFF += all_func_returns + all: $(PROG) install: all $(ROOTPROG) |
