diff options
Diffstat (limited to 'usr/src/lib/libdladm/Makefile')
-rw-r--r-- | usr/src/lib/libdladm/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr/src/lib/libdladm/Makefile b/usr/src/lib/libdladm/Makefile index dcec6e0ceb..dc61aabd00 100644 --- a/usr/src/lib/libdladm/Makefile +++ b/usr/src/lib/libdladm/Makefile @@ -20,6 +20,7 @@ # # # Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. +# Copyright 2015, Joyent, Inc. # # @@ -29,7 +30,7 @@ HDRS = libdladm.h libdladm_impl.h libdllink.h libdlaggr.h \ libdlwlan.h libdlwlan_impl.h libdlvnic.h libdlvlan.h \ libdlmgmt.h libdlflow.h libdlflow_impl.h libdlstat.h \ libdlether.h libdlsim.h libdlbridge.h libdliptun.h \ - libdlib.h + libdlib.h libdloverlay.h HDRDIR = common @@ -50,6 +51,15 @@ MSGFILES = common/libdladm.c common/linkprop.c common/secobj.c \ XGETFLAGS = -a -x libdladm.xcl +TYPECHECK_LIB = libdladm.so.1 +TYPELIST = overlay_ioc_create_t \ + overlay_ioc_activate_t \ + overlay_ioc_delete_t \ + overlay_ioc_nprops_t \ + overlay_ioc_propinfo_t \ + overlay_ioc_prop_t \ + mac_protect_t + all := TARGET = all clean := TARGET = clean clobber := TARGET = clobber @@ -61,7 +71,7 @@ all clean clobber install: $(SUBDIRS) install_h: $(ROOTHDRS) -check: $(CHECKHDRS) +check: $(CHECKHDRS) $(TYPECHECK) $(POFILE): pofile_MSGFILES |