diff options
Diffstat (limited to 'initscript/Makefile.am')
-rw-r--r-- | initscript/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/initscript/Makefile.am b/initscript/Makefile.am index 9c4cba0..5511fe7 100644 --- a/initscript/Makefile.am +++ b/initscript/Makefile.am @@ -42,3 +42,7 @@ endif if TARGET_DARWIN SUBDIRS += darwin endif + +if TARGET_FREEBSD +SUBDIRS += freebsd +endif |