diff options
Diffstat (limited to 'usr/src/cmd/fm/fmtopo/Makefile.com')
| -rw-r--r-- | usr/src/cmd/fm/fmtopo/Makefile.com | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/cmd/fm/fmtopo/Makefile.com b/usr/src/cmd/fm/fmtopo/Makefile.com index 7b09bbbd87..d692d463aa 100644 --- a/usr/src/cmd/fm/fmtopo/Makefile.com +++ b/usr/src/cmd/fm/fmtopo/Makefile.com @@ -24,7 +24,7 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" +# Copyright (c) 2018, Joyent, Inc. .KEEP_STATE: .SUFFIXES: @@ -45,6 +45,9 @@ LDLIBS += -L$(ROOT)/usr/lib/fm -ltopo -lnvpair LDFLAGS += -R/usr/lib/fm LINTFLAGS += -mnu +# not linted +SMATCH=off + .NO_PARALLEL: .PARALLEL: $(OBJS) $(LINTFILES) |
