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