mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 07:27:59 -08:00
8 lines
228 B
Makefile
8 lines
228 B
Makefile
# $OpenBSD: Makefile,v 1.4 1997/10/11 21:10:40 deraadt 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 rpc_sample.c rpc_tblout.c
|
|
|
|
.include <bsd.prog.mk>
|