freebsd-dev/usr.bin/rpcgen/Makefile
Garrett Wollman 4e115012be Move RPC stub generator program over from 1.1.5.
Submitted by:	Original work in 1.x by J. T. Conklin.
1994-08-07 18:01:39 +00:00

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>