Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2015 04:28:31 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292244 - head/tools/tools/ath/athratestats
Message-ID:  <201512150428.tBF4SVwB082768@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Tue Dec 15 04:28:31 2015
New Revision: 292244
URL: https://svnweb.freebsd.org/changeset/base/292244

Log:
  Flip this over to ncurses.

Modified:
  head/tools/tools/ath/athratestats/Makefile

Modified: head/tools/tools/ath/athratestats/Makefile
==============================================================================
--- head/tools/tools/ath/athratestats/Makefile	Tue Dec 15 02:51:05 2015	(r292243)
+++ head/tools/tools/ath/athratestats/Makefile	Tue Dec 15 04:28:31 2015	(r292244)
@@ -7,7 +7,7 @@ PROG=	athratestats
 
 SRCS=	main.c opt_ah.h ah_osdep.h
 
-LIBADD+=	curses
+LIBADD+=	ncurses
 
 CLEANFILES+=	opt_ah.h ah_osdep.h
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512150428.tBF4SVwB082768>