51ffecc181
. abandons mixer, gomoku, talk, talkd, top from base system . compile top with clang so no ack-compiled program needs -lcurses any more
7 lines
104 B
Makefile
7 lines
104 B
Makefile
PROG= top
|
|
MAN=
|
|
|
|
DPADD+= ${LIBCURSES} ${LIBTERMINFO}
|
|
LDADD+= -lcurses -lterminfo
|
|
|
|
.include <bsd.prog.mk>
|