diff options
Diffstat (limited to 'include/sys/Makefile.am')
-rw-r--r-- | include/sys/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/sys/Makefile.am b/include/sys/Makefile.am index 2eda85688..8fdb5afef 100644 --- a/include/sys/Makefile.am +++ b/include/sys/Makefile.am @@ -1,5 +1,3 @@ -EXTRA_DIST = callb.h cmn_err.h condvar.h cred.h -EXTRA_DIST += debug.h kmem.h kstat.h -EXTRA_DIST += mutex.h param.h random.h rwlock.h -EXTRA_DIST += taskq.h thread.h time.h -EXTRA_DIST += timer.h types.h +SUBDIRS = fm fs sysevent + +EXTRA_DIST = *.h |