diff options
-rw-r--r-- | usr/src/lib/pyzfs/Makefile.com | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/lib/pyzfs/Makefile.com b/usr/src/lib/pyzfs/Makefile.com index fd6218e2c4..a7ebf4fe41 100644 --- a/usr/src/lib/pyzfs/Makefile.com +++ b/usr/src/lib/pyzfs/Makefile.com @@ -21,6 +21,7 @@ # # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2018 OmniOS Community Edition (OmniOSce) Association. +# Copyright (c) 2018, Joyent, Inc. # LIBRARY = ioctl.a @@ -53,6 +54,9 @@ CPPFLAGS += \ CPPFLAGS += -I../../../uts/common/fs/zfs CPPFLAGS += -I../../../common/zfs +# needs work +SMOFF += all_func_returns + .KEEP_STATE: all: |