Module Name: src
Committed By: he
Date: Wed Sep 1 16:43:39 UTC 2010
Modified Files:
src/external/bsd/ntp/bin/ntpq: Makefile
Log Message:
Another addition of -lterminfo after -ledit, so this links statically as well.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/ntp/bin/ntpq/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/ntp/bin/ntpq/Makefile
diff -u src/external/bsd/ntp/bin/ntpq/Makefile:1.2 src/external/bsd/ntp/bin/ntpq/Makefile:1.3
--- src/external/bsd/ntp/bin/ntpq/Makefile:1.2 Sat Aug 28 15:42:45 2010
+++ src/external/bsd/ntp/bin/ntpq/Makefile Wed Sep 1 16:43:39 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/08/28 15:42:45 kardel Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/01 16:43:39 he Exp $
# NOGCCERROR=yes
@@ -12,8 +12,8 @@
ntpq-subs.c \
ntpq-opts.c
-LDADD+= -L${LIBNTP} -lntp -L${LIBOPTS} -lopts -L${LIBISC} -liscntp -ledit -lm
-#DPADD+= ${LIBISC}/libiscntp.a ${LIBOPTS}/libopts.a ${LIBNTP}/libntp.a ${LIBM} ${LIBUTIL}
+LDADD+= -L${LIBNTP} -lntp -L${LIBOPTS} -lopts -L${LIBISC} -liscntp -ledit -lterminfo -lm
+#DPADD+= ${LIBISC}/libiscntp.a ${LIBOPTS}/libopts.a ${LIBNTP}/libntp.a ${LIBEDIT} ${LIBTERMINFO} ${LIBM}
.include "${.CURDIR}/../Makefile.inc"