
- move from minix/commands to minix/usr.sbin; - install into /usr/sbin instead of /usr/bin; - move manual page into source directory; - resolve compilation warning; - convert to KNF. Change-Id: I08c16998bd499a468799a6587f6fe45f42590461
5 lines
51 B
Makefile
5 lines
51 B
Makefile
PROG= btrace
|
|
MAN= btrace.8
|
|
|
|
.include <bsd.prog.mk>
|