diff options
Diffstat (limited to 'usr/src/cmd/mkmsgs/Makefile')
| -rw-r--r-- | usr/src/cmd/mkmsgs/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/cmd/mkmsgs/Makefile b/usr/src/cmd/mkmsgs/Makefile index d2ebe036bf..3bf86c9da2 100644 --- a/usr/src/cmd/mkmsgs/Makefile +++ b/usr/src/cmd/mkmsgs/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= mkmsgs @@ -30,9 +31,12 @@ LDLIBS += -lgen CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized +# not linted +SMATCH=off + .KEEP_STATE: -all: $(PROG) +all: $(PROG) install: all $(ROOTPROG) |
