diff options
author | ed <ed@FreeBSD.org> | 2009-08-28 10:23:40 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-08-28 10:23:40 +0000 |
commit | b546d1fee4837a126b1e940e542b8d9ff2132bc6 (patch) | |
tree | d7e0807427070bc1e4d2a76a03e87c99d45f9f28 | |
parent | 3188349193661de095bd9e14f5e5f3df32dc03cc (diff) | |
download | FreeBSD-src-b546d1fee4837a126b1e940e542b8d9ff2132bc6.zip FreeBSD-src-b546d1fee4837a126b1e940e542b8d9ff2132bc6.tar.gz |
Hook up the pty(4) module to the build.
-rw-r--r-- | sys/modules/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 30d2196..94d7d9a 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -225,6 +225,7 @@ SUBDIR= ${_3dfx} \ procfs \ pseudofs \ ${_pst} \ + pty \ puc \ ral \ ralfw \ |