View | Details | Raw Unified | Return to bug 201738 | Differences between
and this patch

Collapse All | Expand All

(-)usr.sbin/ntp/ntpd/Makefile (-1 / +1 lines)
Lines 28-34 Link Here
28
	refclock_zyfer.c version.c
28
	refclock_zyfer.c version.c
29
29
30
DPADD=	${LIBPARSE} ${LIBNTP} ${LIBM} ${LIBMD} ${LIBOPTS} ${LIBPTHREAD}
30
DPADD=	${LIBPARSE} ${LIBNTP} ${LIBM} ${LIBMD} ${LIBOPTS} ${LIBPTHREAD}
31
LDADD=	${LIBPARSE} ${LIBNTP} -lm -lmd ${LIBOPTS} -lpthread
31
LDADD=	${LIBPARSE} ${LIBNTP} -lm ${LIBOPTS} -lpthread
32
32
33
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/ntpd \
33
CFLAGS+= -I${.CURDIR}/../../../contrib/ntp/ntpd \
34
	-I${.CURDIR}/../../../contrib/ntp/include \
34
	-I${.CURDIR}/../../../contrib/ntp/include \

Return to bug 201738