]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/alq/Makefile
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
[FreeBSD/FreeBSD.git] / sys / modules / alq / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/kern
4 KMOD=   alq
5 SRCS=   opt_mac.h vnode_if.h kern_alq.c
6
7 .include <bsd.kmod.mk>