]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/asf/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / asf / Makefile
1 # $FreeBSD$
2
3 PROG=   asf
4 SRCS=   asf.c asf_kld.c asf_kvm.c asf_prog.c
5 MAN=    asf.8
6
7 DPADD=  ${LIBKVM}
8 LDADD=  -lkvm
9
10 .include <bsd.prog.mk>