]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/rpcbind/Makefile
This commit was generated by cvs2svn to compensate for changes in r78460,
[FreeBSD/FreeBSD.git] / usr.sbin / rpcbind / Makefile
1 #       $NetBSD: Makefile,v 1.3 2000/06/20 13:56:43 fvdl Exp $
2 #       $FreeBSD$
3
4 PROG=   rpcbind
5 CFLAGS+=        -I${LIBCRPCDIR} -I${LIBCINCLUDE} -DPORTMAP -DINET6 -DLIBWRAP
6 MAN=    rpcbind.8
7 SRCS=   check_bound.c rpcb_stat.c rpcb_svc_4.c rpcbind.c pmap_svc.c \
8         rpcb_svc.c rpcb_svc_com.c security.c warmstart.c util.c \
9         rpc_generic.c
10
11 LIBCDIR=        ${.CURDIR}/../../lib/libc
12 LIBCRPCDIR=     ${LIBCDIR}/rpc
13 LIBCINCLUDE=    ${LIBCDIR}/include
14
15
16 LDADD+= -lwrap -lutil
17 DPADD+= ${LIBWRAP} ${LIBUTIL}
18
19 .PATH:  ${LIBCRPCDIR}
20
21 .include <bsd.prog.mk>