mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
9 lines
113 B
Makefile
9 lines
113 B
Makefile
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
|
|
# $FreeBSD$
|
|
|
|
PROG= rpcinfo
|
|
MAN8 = rpcinfo.8
|
|
|
|
|
|
.include <bsd.prog.mk>
|