sys: use NetBSD driver on FreeBSD

The NetBSD driver now provides fast slewing using adjtime(), which
can be used on FreeBSD too.
This commit is contained in:
Miroslav Lichvar
2015-09-22 17:31:04 +02:00
parent 692ef0549b
commit bd8be7133d
2 changed files with 4 additions and 10 deletions

2
configure vendored
View File

@@ -369,7 +369,7 @@ case $OPERATINGSYSTEM in
;;
FreeBSD)
EXTRA_OBJECTS="sys_generic.o sys_timex.o"
EXTRA_OBJECTS="sys_generic.o sys_netbsd.o sys_timex.o"
add_def FREEBSD
echo "Configuring for $SYSTEM"
;;