4e115012be
Submitted by: Original work in 1.x by J. T. Conklin.
8 lines
194 B
Makefile
8 lines
194 B
Makefile
# $Id: Makefile,v 1.1 1993/09/13 23:20:11 jtc 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>
|