d3951ad162
to Solaris, it is in /usr/libexec) to perform the handing over of tty nodes to the user being granted the pty. Submitted by: Ryan Younce <ryany@pobox.com> Reviewed by: security-officer@, standards@, mike@
10 lines
106 B
Makefile
10 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= pt_chown
|
|
SRCS= pt_chown.c
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
NOMAN= yes
|
|
|
|
.include <bsd.prog.mk>
|