]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/netpfil/Makefile
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / tests / sys / netpfil / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 TESTSDIR=               ${TESTSBASE}/sys/netpfil
6
7 .if ${MK_PF} != "no"
8 TESTS_SUBDIRS+=         pf \
9                                         common
10 .endif
11
12 .include <bsd.test.mk>