6 lines
88 B
Makefile
6 lines
88 B
Makefile
PROG= last
|
|
MAN=
|
|
|
|
LINKS+= ${BINDIR}/last ${BINDIR}/uptime
|
|
|
|
.include <minix.prog.mk>
|