IMPORT openssh-9.8p1
[dragonfly.git] / usr.sbin / rpcbind / Makefile
blob88901d6beb34f5f4017f49de4078db039d51f60d
1 # $NetBSD: Makefile,v 1.3 2000/06/20 13:56:43 fvdl Exp $
2 # $FreeBSD: src/usr.sbin/rpcbind/Makefile,v 1.7 2006/03/10 07:58:02 deischen Exp $
5 PROG= rpcbind
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 WARNS?= 3
10 NO_STRICT_ALIASING=
11 NO_WCAST_FUNCTION_TYPE=
13 CFLAGS+= -DPORTMAP -DLIBWRAP
15 .if !defined(NO_INET6)
16 CFLAGS+= -DINET6
17 .endif
19 DPADD= ${LIBWRAP} ${LIBUTIL}
20 LDADD= -lwrap -lutil
22 .include <bsd.prog.mk>