Date: Fri, 28 Aug 2009 10:23:40 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r196612 - head/sys/modules Message-ID: <200908281023.n7SANeJO022341@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed Date: Fri Aug 28 10:23:40 2009 New Revision: 196612 URL: http://svn.freebsd.org/changeset/base/196612 Log: Hook up the pty(4) module to the build. Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Fri Aug 28 08:49:35 2009 (r196611) +++ head/sys/modules/Makefile Fri Aug 28 10:23:40 2009 (r196612) @@ -225,6 +225,7 @@ SUBDIR= ${_3dfx} \ procfs \ pseudofs \ ${_pst} \ + pty \ puc \ ral \ ralfw \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908281023.n7SANeJO022341>