diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ include mk/config.mk +# Splits of the info manual. +INFOPARTS = 1 2 + # Object files for the libary. LIBOBJ = linked-list client-list hash-table fd-table mds-message util |