mirror of
https://github.com/opnsense/src.git
synced 2026-03-19 01:02:28 -04:00
7 lines
197 B
Makefile
7 lines
197 B
Makefile
# $Id: Makefile,v 1.1 1994/08/07 18:01:27 wollman Exp $
|
|
|
|
PROG= rpcgen
|
|
SRCS= rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_scan.c \
|
|
rpc_svcout.c rpc_util.c
|
|
|
|
.include <bsd.prog.mk>
|