--- tools/Makefile.am.orig 2010-09-03 13:54:31 UTC +++ tools/Makefile.am @@ -10,6 +10,10 @@ if CK_COMPILE_LINUX SUBDIRS += linux endif +if CK_COMPILE_BSDSUNIX +SUBDIRS += bsdsunix +endif + if CK_COMPILE_FREEBSD SUBDIRS += freebsd endif @@ -21,6 +25,7 @@ endif DIST_SUBDIRS = \ linux \ freebsd \ + bsdsunix \ solaris \ $(NULL)