]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/rpcbind/Makefile
Enable the new libmp in the build, and disable libgmp and its
[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 LDADD=  -lwrap -lutil
19 DPADD=  ${LIBWRAP} ${LIBUTIL}
20
21 .include <bsd.prog.mk>