mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
10 lines
155 B
Makefile
10 lines
155 B
Makefile
# @(#)Makefile 8.4 (Berkeley) 6/22/95
|
|
# $FreeBSD$
|
|
|
|
PROG= rpc.umntall
|
|
MAN= rpc.umntall.8
|
|
SRCS= rpc.umntall.c mounttab.c
|
|
|
|
#WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|