]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/ulog-helper/Makefile
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / libexec / ulog-helper / Makefile
1 # $FreeBSD$
2
3 PROG=   ulog-helper
4 BINOWN= root
5 BINMODE=4555
6 MAN=
7
8 LIBADD= ulog
9
10 .include <bsd.prog.mk>