diff options
author | adrian <adrian@FreeBSD.org> | 2015-12-15 04:28:31 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2015-12-15 04:28:31 +0000 |
commit | 9663eabafdb2a61f95097a65569590453ab1f5be (patch) | |
tree | f1673ce2090984ddd6409836e19f3adaf6b7c926 | |
parent | 0c7aaa9581b501985f743f2945e2a36b7c09f871 (diff) | |
download | FreeBSD-src-9663eabafdb2a61f95097a65569590453ab1f5be.zip FreeBSD-src-9663eabafdb2a61f95097a65569590453ab1f5be.tar.gz |
Flip this over to ncurses.
-rw-r--r-- | tools/tools/ath/athratestats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/ath/athratestats/Makefile b/tools/tools/ath/athratestats/Makefile index 938f0cb..b5397be 100644 --- a/tools/tools/ath/athratestats/Makefile +++ b/tools/tools/ath/athratestats/Makefile @@ -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 |