Updated YP code from Theo Deraadt taken from NetBSD. This code was written
[unix-history] / usr.bin / rpcgen / Makefile
CommitLineData
9a4767d3
C
1# $Id: Makefile,v 1.3 1993/08/23 21:21:49 jtc Exp $
2
3PROG= rpcgen
4SRCS= rpc_clntout.c rpc_cout.c rpc_hout.c rpc_main.c rpc_parse.c rpc_scan.c \
5 rpc_svcout.c rpc_util.c
6
7.include <bsd.prog.mk>