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