diff options
Diffstat (limited to 'usr/src/cmd/enhance/Makefile')
| -rw-r--r-- | usr/src/cmd/enhance/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/cmd/enhance/Makefile b/usr/src/cmd/enhance/Makefile index d555d810ef..8b0e0fbec6 100644 --- a/usr/src/cmd/enhance/Makefile +++ b/usr/src/cmd/enhance/Makefile @@ -23,8 +23,7 @@ # Copyright 2004 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# +# Copyright (c) 2018, Joyent, Inc. PROG= enhance @@ -41,6 +40,8 @@ CPPFLAGS += -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 \ lint := LINTFLAGS += -ux +SMOFF += all_func_returns + .KEEP_STATE: all: $(PROG) |
