summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-03-21 01:36:03 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-03-21 01:36:03 +0000
commit70a6e2974b48d93f59c3e1b1473a9ff511fac9d6 (patch)
treece4f0a55b5340fdee265b4b67a3661f67b7d3768 /Makeconf
parent8ca5a2f5b84fcc92bef23b0a6490af95e0811382 (diff)
(libps): New variable.
(alllibs): Add libps.
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index 4165ce7f..40c61854 100644
--- a/Makeconf
+++ b/Makeconf
@@ -113,8 +113,9 @@ libfshelp := $(hurdsource)/libfshelp/libfshelp.a
libdiskfs := $(hurdsource)/libdiskfs/libdiskfs.a
libtrivfs := $(hurdsource)/libtrivfs/libtrivfs.a
libnetserv := $(hurdsource)/libnetserv/libnetserv.a
+libps := $(hurdsource)/libps/libps.a
alllibs := libthreads libports libioserver libpager libfshelp libdiskfs\
- libtrivfs libnetserv
+ libtrivfs libnetserv libps
# Finding binaries
include $(hurdsource)/Maketools