a06e2ab395
import/switch of: init, getty, reboot, halt, shutdown, wall, last changes: . change reboot() call to netbsd prototype and args . allows pristine <utmp.h> . use clean <sys/reboot.h> instead of <minix/reboot.h> . implement TIOCSCTTY for use by getty so getty can get controlling terminal from init's child(ren) . allow NULL envp for exec Change-Id: I5ca02cb4230857140c08794bbfeba7df982c58a3
10 lines
176 B
Makefile
10 lines
176 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
|
|
MAN=
|
|
|
|
.include <bsd.prog.mk>
|