minix/commands/telnet/Makefile

8 lines
85 B
Makefile
Raw Normal View History

2005-04-21 16:53:53 +02:00
# Makefile for telnet
PROG= ttn
SRCS= ttn.c ttn_conf.c
MAN=
2005-04-21 16:53:53 +02:00
.include <bsd.prog.mk>