003 File Manager
Current Path:
/usr/src/usr.sbin/rpcbind
usr
/
src
/
usr.sbin
/
rpcbind
/
📁
..
📄
Makefile
(544 B)
📄
Makefile.depend
(307 B)
📄
Makefile.depend.options
(120 B)
📄
check_bound.c
(6.24 KB)
📄
pmap_svc.c
(9.44 KB)
📄
rpcb_stat.c
(4.9 KB)
📄
rpcb_svc.c
(6.61 KB)
📄
rpcb_svc_4.c
(12.17 KB)
📄
rpcb_svc_com.c
(37.15 KB)
📄
rpcbind.8
(3.81 KB)
📄
rpcbind.c
(21.47 KB)
📄
rpcbind.h
(5.31 KB)
📄
security.c
(6.34 KB)
📁
tests
📄
util.c
(10.92 KB)
📄
warmstart.c
(4.74 KB)
Editing: Makefile
# $NetBSD: Makefile,v 1.3 2000/06/20 13:56:43 fvdl Exp $ # $FreeBSD$ .include <src.opts.mk> PROG= rpcbind MAN= rpcbind.8 SRCS= check_bound.c rpcb_stat.c rpcb_svc_4.c rpcbind.c pmap_svc.c \ rpcb_svc.c rpcb_svc_com.c security.c warmstart.c util.c CFLAGS+= -DPORTMAP .if ${MK_INET6_SUPPORT} != "no" CFLAGS+= -DINET6 .endif .if ${MK_RPCBIND_WARMSTART_SUPPORT} != "no" CFLAGS+= -DWARMSTART .endif .if ${MK_TCP_WRAPPERS} != "no" CFLAGS+= -DLIBWRAP LIBADD+= wrap .endif HAS_TESTS= SUBDIR.${MK_TESTS}+= tests WARNS?= 1 .include <bsd.prog.mk>
Upload File
Create Folder