Deleted Added
full compact
Makefile (280849) Makefile (283542)
1# $FreeBSD: head/usr.sbin/ntp/ntp-keygen/Makefile 280849 2015-03-30 13:30:15Z cy $
1# $FreeBSD: head/usr.sbin/ntp/ntp-keygen/Makefile 283542 2015-05-25 20:27:46Z bapt $
2
3MAN=
4
5.include <src.opts.mk>
6
7.PATH: ${.CURDIR}/../../../contrib/ntp/util \
8 ${.CURDIR}/../../../contrib/ntp/ntpd
9

--- 8 unchanged lines hidden (view full) ---

18 -I${.CURDIR}/../../../contrib/ntp/lib/isc/${NTP_ATOMIC}/include \
19 -I${.CURDIR}/../../../contrib/ntp/sntp/libopts \
20 -I${.CURDIR}/../../../lib/libc/${MACHINE_ARCH} \
21 -I${.CURDIR}/../
22
23LIBADD+= ntp opts pthread
24
25.if ${MK_OPENSSL} != "no"
2
3MAN=
4
5.include <src.opts.mk>
6
7.PATH: ${.CURDIR}/../../../contrib/ntp/util \
8 ${.CURDIR}/../../../contrib/ntp/ntpd
9

--- 8 unchanged lines hidden (view full) ---

18 -I${.CURDIR}/../../../contrib/ntp/lib/isc/${NTP_ATOMIC}/include \
19 -I${.CURDIR}/../../../contrib/ntp/sntp/libopts \
20 -I${.CURDIR}/../../../lib/libc/${MACHINE_ARCH} \
21 -I${.CURDIR}/../
22
23LIBADD+= ntp opts pthread
24
25.if ${MK_OPENSSL} != "no"
26LIBADD+= md crypto
26LIBADD+= crypto
27.endif
28
29.include <bsd.prog.mk>
27.endif
28
29.include <bsd.prog.mk>