summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compatMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile
index b82db34..a93adaf 100644
--- a/compatMakefile
+++ b/compatMakefile
@@ -224,7 +224,7 @@ $(mandir)/$(instname).$(manext): make.man
loadavg: getloadavg.c config.h
$(CC) $(defines) -DTEST -I. -I$(srcdir) $(CFLAGS) $(LDFLAGS) \
- $(srcdir)/getloadavg.c -o $@
+ $(srcdir)/getloadavg.c $(LOADLIBES) -o $@
check-loadavg: loadavg
@echo The system uptime program believes the load average to be:
-uptime