svn commit: r196612 - head/sys/modules

Ed Schouten ed at FreeBSD.org
Fri Aug 28 10:23:41 UTC 2009


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 \


More information about the svn-src-head mailing list