diff options
author | Julian Elischer <julian@FreeBSD.org> | 1999-12-04 18:48:16 +0000 |
---|---|---|
committer | Julian Elischer <julian@FreeBSD.org> | 1999-12-04 18:48:16 +0000 |
commit | 91bca11e15a05a279baa217b7874f347359f9840 (patch) | |
tree | ee4b681d9e021812036dee3048c9bb3a4f609a03 /devel/Makefile | |
parent | New documentation from Richard and Russell. (diff) |
Turn on Linuxthreads port. see the README for details on limitations
Notes
Notes:
svn path=/head/; revision=23575
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 08b3fa65a721..b7994d52aeea 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -79,6 +79,7 @@ SUBDIR += libslang SUBDIR += libtool SUBDIR += libxalloc + SUBDIR += linuxthreads SUBDIR += linux_devtools SUBDIR += linux_kdump SUBDIR += m4 |