blob: 5da9bfbab6a4cffb5a81f10300bc3248249489ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
diff --git a/Makefile b/Makefile
index 3194473..585d13a 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,8 @@ DIST_FILES = COPYING Makeconf config.make.in configure.in configure \
# Hurd libraries
lib-subdirs = libshouldbeinlibc libihash libiohelp libports libthreads \
libpager libfshelp libdiskfs libtrivfs libps \
- libnetfs libpipe libstore libhurdbugaddr libftpconn libcons
+ libnetfs libpipe libstore libhurdbugaddr libftpconn libcons \
+ libpthread
# Hurd programs
prog-subdirs = auth proc exec init term \
@@ -40,7 +41,7 @@ prog-subdirs = auth proc exec init term \
login daemons nfsd boot console \
hostmux usermux ftpfs trans \
console-client utils sutils ufs-fsck ufs-utils \
- benchmarks fstests
+ benchmarks fstests procfs
# Other directories
other-subdirs = hurd doc config release include
|