]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/rpc.umntall/Makefile
arm64: pmap: Mask VA operand in TLBI instructions
[FreeBSD/FreeBSD.git] / usr.sbin / rpc.umntall / Makefile
1 #       @(#)Makefile    8.4 (Berkeley) 6/22/95
2 # $FreeBSD$
3
4 PACKAGE=        nfs
5
6 PROG=   rpc.umntall
7 MAN=    rpc.umntall.8
8 SRCS=   rpc.umntall.c mounttab.c
9
10 WARNS?= 3
11
12 .include <bsd.prog.mk>