diff options
Diffstat (limited to 'usr.sbin/ntp/ntp-keygen/Makefile')
-rw-r--r-- | usr.sbin/ntp/ntp-keygen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ntp/ntp-keygen/Makefile b/usr.sbin/ntp/ntp-keygen/Makefile index e285fe4..923ff42b 100644 --- a/usr.sbin/ntp/ntp-keygen/Makefile +++ b/usr.sbin/ntp/ntp-keygen/Makefile @@ -20,7 +20,7 @@ CFLAGS+= -I${SRCTOP}/contrib/ntp/include \ -I${.CURDIR}/lib/libc/${MACHINE_ARCH} \ -I${.CURDIR:H} -LIBADD+= ntp opts pthread +LIBADD+= m ntp opts pthread .if ${MK_OPENSSL} != "no" LIBADD+= crypto |