summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 624cddb..07d02e3 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -14,6 +14,10 @@ if CK_COMPILE_FREEBSD
SUBDIRS += freebsd
endif
+if CK_COMPILE_NETBSD
+SUBDIRS += netbsd
+endif
+
if CK_COMPILE_OPENBSD
SUBDIRS += openbsd
endif
@@ -25,6 +29,7 @@ endif
DIST_SUBDIRS = \
linux \
freebsd \
+ netbsd \
openbsd \
solaris \
$(NULL)