diff options
Diffstat (limited to 'usr/src/lib')
| -rw-r--r-- | usr/src/lib/libzfs/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/src/lib/libzfs/Makefile b/usr/src/lib/libzfs/Makefile index 12cf832a36..e6e877d733 100644 --- a/usr/src/lib/libzfs/Makefile +++ b/usr/src/lib/libzfs/Makefile @@ -22,7 +22,7 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" +# Copyright 2018, Joyent, Inc. # include ../Makefile.lib @@ -34,6 +34,9 @@ HDRDIR= common SUBDIRS= $(MACH) $(BUILD64)SUBDIRS += $(MACH64) +TYPECHECK_LIB= libzfs.so.1 +TYPELIST= zfs_cmd_t + all := TARGET= all clean := TARGET= clean clobber := TARGET= clobber @@ -51,7 +54,7 @@ $(POFILE): pofile_MSGFILES install_h: $(ROOTHDRS) -check: $(CHECKHDRS) +check: $(CHECKHDRS) $(TYPECHECK) _msg: $(MSGDOMAINPOFILE) |
