diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bsdbox/Makefile.base | 2 | ||||
-rw-r--r-- | tools/tools/ath/athratestats/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/bsdbox/Makefile.base b/tools/bsdbox/Makefile.base index aac44480e2ca..f2ffc2e49f70 100644 --- a/tools/bsdbox/Makefile.base +++ b/tools/bsdbox/Makefile.base @@ -14,7 +14,7 @@ CRUNCH_ALIAS_tset= reset CRUNCH_PROGS_usr.bin+= vmstat #CRUNCH_PROGS_user.bin+= systat -CRUNCH_LIBS+= -ldevstat -lncursesw -lncurses -lmemstat -lkvm -lelf +CRUNCH_LIBS+= -ldevstat -lncursesw -lmemstat -lkvm -lelf # CRUNCH_PROGS_usr.bin+= tar CRUNCH_PROGS_usr.bin+= cpio diff --git a/tools/tools/ath/athratestats/Makefile b/tools/tools/ath/athratestats/Makefile index 7a51392a9a7e..ccf04ebd8da0 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+= ncurses +LIBADD+= ncursesw CLEANFILES+= opt_ah.h ah_osdep.h |