]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/rpc.umntall/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / rpc.umntall / Makefile
1 #       @(#)Makefile    8.4 (Berkeley) 6/22/95
2 # $FreeBSD$
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>