mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
8 lines
113 B
Makefile
8 lines
113 B
Makefile
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
|
|
# $FreeBSD$
|
|
|
|
PROG= rpcinfo
|
|
MAN8 = rpcinfo.8
|
|
|
|
|
|
.include <bsd.prog.mk>
|