]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rpc.sprayd/Makefile
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / libexec / rpc.sprayd / Makefile
1 # $FreeBSD$
2
3 PROG =  rpc.sprayd
4 SRCS =  sprayd.c
5 MAN =   rpc.sprayd.8
6
7 LIBADD= rpcsvc
8
9 .include <bsd.prog.mk>