1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
openbsd-src/usr.bin/rpcgen/Makefile

8 lines
228 B
Makefile
Raw Normal View History

1997-10-11 14:10:40 -07:00
# $OpenBSD: Makefile,v 1.4 1997/10/11 21:10:40 deraadt Exp $
1997-09-21 04:34:32 -07:00
1995-10-18 01:37:01 -07:00
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>