mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 23:48:09 +01:00
8 lines
197 B
Makefile
8 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>
|