Print this page
10080 smatch Makefile changes for usr/src/cmd
*** 19,39 ****
# CDDL HEADER END
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # cmd/pwconv/Makefile
! #
PROG= pwconv
include ../Makefile.cmd
TEXT_DOMAIN= SUNW_OST_ADMIN
FILEMODE= 0555
RELSBIN= ../sbin
.KEEP_STATE:
all: $(PROG)
install: all $(ROOTUSRSBINPROG) $(ROOTPROG)
--- 19,40 ----
# CDDL HEADER END
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
! # Copyright (c) 2018, Joyent, Inc.
PROG= pwconv
include ../Makefile.cmd
TEXT_DOMAIN= SUNW_OST_ADMIN
FILEMODE= 0555
RELSBIN= ../sbin
+ SMOFF += indenting
+
.KEEP_STATE:
all: $(PROG)
install: all $(ROOTUSRSBINPROG) $(ROOTPROG)