8 lines
104 B
Makefile
8 lines
104 B
Makefile
|
PROG= top
|
||
|
MAN=
|
||
|
|
||
|
DPADD+= ${LIBCURSES} ${LIBTERMINFO}
|
||
|
LDADD+= -lcurses -lterminfo
|
||
|
|
||
|
.include <bsd.prog.mk>
|