mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
8 lines
124 B
Makefile
8 lines
124 B
Makefile
|
# @(#)Makefile 8.4 (Berkeley) 6/22/95
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PROG= rpc.umntall
|
||
|
SRCS= rpc.umntall.c mounttab.c
|
||
|
|
||
|
.include <bsd.prog.mk>
|