summaryrefslogtreecommitdiff
path: root/usr.bin/gcore
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1994-08-28 18:49:06 +0000
committerBruce Evans <bde@FreeBSD.org>1994-08-28 18:49:06 +0000
commit2577a8acef31ccb449242f8c073d0b996d8a91f2 (patch)
treef634567066510cf9e0c3eecd0cb9c32c09d5b419 /usr.bin/gcore
parenta8c32ea5a1a64cfc0983402b2ff6a600915fc38b (diff)
Notes
Diffstat (limited to 'usr.bin/gcore')
-rw-r--r--usr.bin/gcore/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/gcore/Makefile b/usr.bin/gcore/Makefile
index 175f1fc9c74a..3a1c7cabc8af 100644
--- a/usr.bin/gcore/Makefile
+++ b/usr.bin/gcore/Makefile
@@ -2,6 +2,7 @@
PROG= gcore
SRCS= gcore.c
+DPADD= ${LIBKVM}
LDADD= -lkvm
.if ${MACHINE} != "sparc"