summaryrefslogtreecommitdiffstats
path: root/usr.bin/gcore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gcore/Makefile')
-rw-r--r--usr.bin/gcore/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/gcore/Makefile b/usr.bin/gcore/Makefile
new file mode 100644
index 0000000..c7bf6e0
--- /dev/null
+++ b/usr.bin/gcore/Makefile
@@ -0,0 +1,7 @@
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+
+PROG= gcore
+SRCS= gcore.c md-${MACHINE}.c
+LDADD= -lkvm
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud