]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/rpc.umntall/Makefile
periodic: Make daily diff(1) flags configurable with daily_diff_flags
[FreeBSD/FreeBSD.git] / usr.sbin / rpc.umntall / Makefile
1
2 PACKAGE=        nfs
3
4 PROG=   rpc.umntall
5 MAN=    rpc.umntall.8
6 SRCS=   rpc.umntall.c mounttab.c
7
8 WARNS?= 3
9
10 .include <bsd.prog.mk>