]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rpc.rquotad/Makefile
MFV r319950: 5220 L2ARC does not support devices that do not provide 512B access
[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>