7 lines
99 B
Makefile
7 lines
99 B
Makefile
# Makefile for rlogind.
|
|
|
|
PROG= in.rlogind
|
|
SRCS= rlogind.c setup.c
|
|
MAN=
|
|
|
|
.include <minix.prog.mk>
|