Improve the process for GNU tools
[minix3.git] / minix / commands / telnet / Makefile
blobe1f2bf9f0fa2cbb55abd9e753fea229f5b83d21a
1 # Makefile for telnet
3 PROG= ttn
4 SRCS= ttn.c ttn_conf.c
5 MAN= telnet.1
7 .include <bsd.prog.mk>