summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1994-01-28 00:26:35 +0000
committercgd <cgd@NetBSD.org>1994-01-28 00:26:35 +0000
commitbca5d4ac263b6fc9cb6e9df709bd35f903e2e24c (patch)
treed92c965b5771cca7b54e9d7745c302cb697ce910 /libexec
parent1148dbe58846a3d6d34052cf831194bb01e42762 (diff)
hack to make getloadavg() link properly
Diffstat (limited to 'libexec')
-rw-r--r--libexec/atrun/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/atrun/Makefile b/libexec/atrun/Makefile
index 1c0a79bdd1c..12b222ca4a9 100644
--- a/libexec/atrun/Makefile
+++ b/libexec/atrun/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 1993/12/05 12:26:10 cgd Exp $
+# $Id: Makefile,v 1.3 1994/01/28 00:28:48 cgd Exp $
PROG= atrun
BINDIR= /usr/libexec
@@ -6,7 +6,7 @@ BINDIR= /usr/libexec
BINOWN= root
CFLAGS+= -I${.CURDIR}/../../usr.bin/at
-LDADD+= -lutil
-DPADD+= ${LIBUTIL}
+LDADD+= -lc -lkvm # XXX (for getloadavg())
+DPADD+= ${LIBKVM}
.include <bsd.prog.mk>