summaryrefslogtreecommitdiffstats
path: root/usr.sbin/asf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/asf/Makefile')
-rw-r--r--usr.sbin/asf/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/asf/Makefile b/usr.sbin/asf/Makefile
index b8e7e4b..b4b7af3 100644
--- a/usr.sbin/asf/Makefile
+++ b/usr.sbin/asf/Makefile
@@ -1,6 +1,12 @@
# $FreeBSD$
PROG= asf
+SRCS= asf.c asf_kld.c asf_kvm.c asf_prog.c
MAN= asf.8
+DPADD= ${LIBKVM}
+LDADD= -lkvm
+
+WARNS?= 4
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud