6 lines
58 B
Makefile
6 lines
58 B
Makefile
|
PROG= in.rshd
|
||
|
SRCS= rshd.c
|
||
|
MAN=
|
||
|
|
||
|
.include <minix.prog.mk>
|