summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-12-14 12:31:40 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-12-14 12:31:40 +0000
commit8b6a421004aa9f695b48670a8712c531170fb256 (patch)
tree3141fc54f01c1f176cd9d21f24993ae537403610 /Makeconf
parenta672de27ad213fa0744810b33a39f49cb624fca3 (diff)
(libnetserv): New variable.
(alllibs): Added `libnetserv'.
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makeconf b/Makeconf
index a23910c5..4ea0051f 100644
--- a/Makeconf
+++ b/Makeconf
@@ -108,8 +108,9 @@ libpager := $(hurdsource)/libpager/libpager.a
libfshelp := $(hurdsource)/libfshelp/libfshelp.a
libdiskfs := $(hurdsource)/libdiskfs/libdiskfs.a
libtrivfs := $(hurdsource)/libtrivfs/libtrivfs.a
+libnetserv := $(hurdsource)/libnetserv/libnetserv.a
alllibs := libthreads libports libioserver libpager libfshelp libdiskfs\
- libtrivfs
+ libtrivfs libnetserv
# Finding binaries
include $(hurdsource)/Maketools