repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
etc/services - sync with NetBSD-8
[minix.git]
/
minix
/
usr.bin
/
mtop
/
Makefile
blob
f276cb0e3514e9ed9e4397a2c8e6f963324bec1d
1
PROG
=
mtop
2
MAN
=
3
4
DPADD
+= ${
LIBCURSES
} ${
LIBTERMINFO
}
5
LDADD
+= -
lcurses
-
lterminfo
6
7
WARNS?
=
5
8
9
.
include
<
bsd.prog.mk
>