From a33543dd9281563dbf12b04862c79e090d59086b Mon Sep 17 00:00:00 2001 From: jmallett Date: Thu, 2 Jan 2003 20:44:41 +0000 Subject: Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin 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 Reviewed by: security-officer@, standards@, mike@ --- libexec/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libexec/Makefile') diff --git a/libexec/Makefile b/libexec/Makefile index 6b438a1..b10c3f5 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -12,6 +12,7 @@ SUBDIR= atrun \ makekey \ mknetid \ pppoed \ + pt_chown \ rbootd \ revnetgroup \ rexecd \ -- cgit v1.1