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