minix3/commands/telnet/Makefile

8 lines
85 B
Makefile

# Makefile for telnet
PROG= ttn
SRCS= ttn.c ttn_conf.c
MAN=
.include <bsd.prog.mk>