c0c8d25799
Makes things easier for pkgsrc
10 lines
182 B
Makefile
10 lines
182 B
Makefile
# Makefile for telnetd
|
|
#
|
|
# 01/30/96 Initial Release Michael Temari, <temari@ix.netcom.com>
|
|
#
|
|
|
|
PROG= in.telnetd
|
|
SRCS= main.c telnet.c term.c pty.c wtmp.c
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|