diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 16:57:27 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 16:57:27 +0000 |
| commit | c6db8143eda5c775467145ac73e8ebec47afdd8f (patch) | |
| tree | 41890d809d5cd369a149d9fe8cd22b45310c700a /usr.sbin/asf | |
| parent | c97038fa5a6b253c5f2eb3d09a7a529f8ae86220 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/asf')
| -rw-r--r-- | usr.sbin/asf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/asf/Makefile b/usr.sbin/asf/Makefile index 0db69e82cc6d..49f93059923c 100644 --- a/usr.sbin/asf/Makefile +++ b/usr.sbin/asf/Makefile @@ -4,7 +4,6 @@ PROG= asf SRCS= asf.c asf_kld.c asf_kvm.c asf_prog.c MAN= asf.8 -DPADD= ${LIBKVM} -LDADD= -lkvm +LIBADD= kvm .include <bsd.prog.mk> |
