svn commit: r292244 - head/tools/tools/ath/athratestats

Adrian Chadd adrian at FreeBSD.org
Tue Dec 15 04:28:33 UTC 2015


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
 


More information about the svn-src-all mailing list