diff options
Diffstat (limited to 'usr/src/lib/Makefile')
-rw-r--r-- | usr/src/lib/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/src/lib/Makefile b/usr/src/lib/Makefile index 5a89beb017..9fd28c40f6 100644 --- a/usr/src/lib/Makefile +++ b/usr/src/lib/Makefile @@ -239,6 +239,7 @@ SUBDIRS += \ libtsnet \ libtsol \ libumem \ + libutempter \ libuuid \ libuutil \ libvnd \ @@ -493,6 +494,7 @@ HDRSUBDIRS= \ libtsnet \ libtsol \ libumem \ + libutempter \ libuutil \ libvnd \ libvolmgt \ @@ -563,7 +565,6 @@ install_extra: clean clobber: $(NOWAIT_SUBDIRS:%=%-nodepend) -lint: install_h check: $(HDRSUBDIRS:%=%-nodepend) @@ -571,6 +572,8 @@ _msg: $(MSGSUBDIRS:%=%-nodepend) .WAIT _dc _dc: $(DCSUBDIRS:%=%-nodepend) +lint: + # Library interdependencies are called out explicitly here. ../cmd/sgs/libconv: crt ../cmd/sgs/libdl: crt |