mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
10 lines
347 B
Text
10 lines
347 B
Text
|
|
||
|
man5_MANS = netconfig.5
|
||
|
man3_MANS = bindresvport.3t des_crypt.3t getnetconfig.3t getnetpath.3t \
|
||
|
getrpcent.3t getrpcport.3t rpc.3t rpc_clnt_auth.3t rpc_clnt_calls.3t \
|
||
|
rpc_clnt_create.3t rpc_secure.3t rpc_soc.3t rpc_svc_calls.3t \
|
||
|
rpc_svc_create.3t rpc_svc_err.3t rpc_svc_reg.3t rpc_xdr.3t rtime.3t
|
||
|
|
||
|
EXTRA_DIST = $(man5_MANS) $(man3_MANS)
|
||
|
|