minix3/commands/telnet/Makefile

8 lines
85 B
Makefile
Raw Normal View History

2020-02-21 00:59:27 +05:30
# Makefile for telnet
PROG= ttn
SRCS= ttn.c ttn_conf.c
MAN=
.include <bsd.prog.mk>