From 85272e875d80bdcd28503a82a26800021666b321 Mon Sep 17 00:00:00 2001 From: kardel Date: Sat, 13 Jan 2007 19:27:50 +0000 Subject: [PATCH] use emalloc.c from the distribution for ntpd - default efuns don't make sense in daemons reverts effect of usr.sbin/ntp/libntp/Makefile:1.9 for ntpd - restoring syslog functionality discussed with christos@ --- usr.sbin/ntp/ntpd/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.sbin/ntp/ntpd/Makefile b/usr.sbin/ntp/ntpd/Makefile index a0933acd323a..01f7225d4d3d 100644 --- a/usr.sbin/ntp/ntpd/Makefile +++ b/usr.sbin/ntp/ntpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/01/06 19:45:29 kardel Exp $ +# $NetBSD: Makefile,v 1.17 2007/01/13 19:27:50 kardel Exp $ PROG= ntpd MAN= ntpd.8 @@ -20,10 +20,12 @@ SRCS= cmd_args.c ntp_config.c ntp_control.c ntp_crypto.c ntp_filegen.c \ refclock_ripencc.c refclock_shm.c refclock_tpro.c \ refclock_trak.c refclock_true.c refclock_tt560.c \ refclock_ulink.c refclock_wwv.c refclock_wwvb.c \ - refclock_zyfer.c + refclock_zyfer.c emalloc.c .include +.PATH: ${NETBSDSRCDIR}/dist/ntp/libntp + LIBPARSE!= cd ${.CURDIR}/../libparse && ${PRINTOBJDIR} LDADD+= -L${LIBPARSE} -lparse -L${LIBISC} -lisc DPADD+= ${LIBPARSE}/libparse.a ${LIBISC}/libisc.a