summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..dc7d3c3
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+# $Id$
+
+PROG= netmet
+SRCS= main.c ifstat.c output.c
+BINGRP= kmem
+BINMODE=2555
+NOMAN=
+DPADD= ${LIBCURSES} ${LIBKVM}
+LDADD= -lkvm -lcurses
+
+. include <bsd.prog.mk>