Deleted Added
full compact
Makefile (280849) Makefile (283542)
1# $FreeBSD: head/usr.sbin/ntp/sntp/Makefile 280849 2015-03-30 13:30:15Z cy $
1# $FreeBSD: head/usr.sbin/ntp/sntp/Makefile 283542 2015-05-25 20:27:46Z bapt $
2
3.include <src.opts.mk>
4
5.PATH: ${.CURDIR}/../../../contrib/ntp/sntp
6
7PROG= sntp
8MK_MAN= no
9SRCS= crypto.c kod_management.c log.c main.c networking.c \

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

18 -I${.CURDIR}/../../../contrib/ntp/sntp/libopts \
19 -I${.CURDIR}/../../../contrib/ntp/sntp/libevent/include \
20 -I${.CURDIR}/../libntpevent \
21 -I${.CURDIR}/../
22
23LIBADD= m opts ntp ntpevent pthread
24
25.if ${MK_OPENSSL} != "no"
2
3.include <src.opts.mk>
4
5.PATH: ${.CURDIR}/../../../contrib/ntp/sntp
6
7PROG= sntp
8MK_MAN= no
9SRCS= crypto.c kod_management.c log.c main.c networking.c \

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

18 -I${.CURDIR}/../../../contrib/ntp/sntp/libopts \
19 -I${.CURDIR}/../../../contrib/ntp/sntp/libevent/include \
20 -I${.CURDIR}/../libntpevent \
21 -I${.CURDIR}/../
22
23LIBADD= m opts ntp ntpevent pthread
24
25.if ${MK_OPENSSL} != "no"
26LIBADD+= md ssl crypto
26LIBADD+= crypto
27.else
28LIBADD+= md
27.endif
28
29.include <bsd.prog.mk>
29.endif
30
31.include <bsd.prog.mk>