diff options
Diffstat (limited to 'usr/src/cmd/script/Makefile')
-rw-r--r-- | usr/src/cmd/script/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/cmd/script/Makefile b/usr/src/cmd/script/Makefile index dc777f0841..c8f3482746 100644 --- a/usr/src/cmd/script/Makefile +++ b/usr/src/cmd/script/Makefile @@ -21,6 +21,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. PROG= script @@ -30,9 +31,11 @@ FILEMODE= 0555 CERRWARN += -_gcc=-Wno-unused-variable +SMOFF += all_func_returns + .KEEP_STATE: -all: $(PROG) +all: $(PROG) install: all $(ROOTPROG) |