diff options
| author | Jason King <jason.king@joyent.com> | 2018-12-20 05:34:12 +0000 |
|---|---|---|
| committer | Jason King <jason.king@joyent.com> | 2020-03-20 06:21:16 +0000 |
| commit | 0cfca8f32c95345186f446eb25fa58e7c89ef276 (patch) | |
| tree | 9dd8788c8fb84ba5e2faf48f0cd92769c4c40c56 /usr/src/lib | |
| parent | 007f77c7d800323cdf03f3e1650b71b85ae67eb5 (diff) | |
| download | illumos-joyent-zfs-alias.tar.gz | |
Rebase + updates & fixeszfs-alias
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) |
