summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/Makefile.inc
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-10-23 06:22:15 +0000
committerimp <imp@FreeBSD.org>2001-10-23 06:22:15 +0000
commitaf77ecc6756f2a8a3deefa094081fdd84bcd4009 (patch)
treebb8033dfd8113080366eda59916a622a5912eabd /lib/libc/net/Makefile.inc
parentee3d6fba102d0dbd9d72b3a156e7714083c8833e (diff)
downloadFreeBSD-src-af77ecc6756f2a8a3deefa094081fdd84bcd4009.zip
FreeBSD-src-af77ecc6756f2a8a3deefa094081fdd84bcd4009.tar.gz
Allow users to specify a command to use as remote command instead of
using rcmd directly. This has been in my tree for a long time, but we may need to sync with OpenBSD before MFC. Obtained from: openbsd PR: 15830 MFC after: 2 months
Diffstat (limited to 'lib/libc/net/Makefile.inc')
-rw-r--r--lib/libc/net/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc
index 343755d..7db1b06 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -17,7 +17,7 @@ SRCS+= addr2ascii.c ascii2addr.c base64.c ether_addr.c getaddrinfo.c \
ns_name.c ns_netint.c \
ns_ntoa.c ns_parse.c ns_print.c ns_ttl.c \
nsdispatch.c nslexer.c nsparser.c \
- nsap_addr.c rcmd.c recv.c res_comp.c res_data.c res_debug.c \
+ nsap_addr.c rcmd.c rcmdsh.c recv.c res_comp.c res_data.c res_debug.c \
res_init.c res_mkquery.c res_mkupdate.c res_query.c res_send.c \
res_update.c rthdr.c send.c vars.c
# not supported: iso_addr.c
@@ -48,7 +48,7 @@ MAN+= addr2ascii.3 byteorder.3 ethers.3 getaddrinfo.3 gethostbyname.3 \
if_indextoname.3 \
inet.3 inet_net.3 \
inet6_option_space.3 inet6_rthdr_space.3 linkaddr.3 \
- nsdispatch.3 rcmd.3 resolver.3
+ nsdispatch.3 rcmd.3 rcmdsh.3 resolver.3
# not installed: iso_addr.3 ns.3
MLINKS+=addr2ascii.3 ascii2addr.3
OpenPOWER on IntegriCloud