mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
11 lines
154 B
Makefile
11 lines
154 B
Makefile
# @(#)Makefile 8.4 (Berkeley) 6/22/95
|
|
# $FreeBSD$
|
|
|
|
PROG= rpc.umntall
|
|
MAN= rpc.umntall.8
|
|
SRCS= rpc.umntall.c mounttab.c
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|