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