summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpcbind
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2006-03-10 07:58:02 +0000
committerdeischen <deischen@FreeBSD.org>2006-03-10 07:58:02 +0000
commit90b66ded94e28409fde4c951fb14f791b84596dc (patch)
tree67e5799fceb0e28f1c11c6babdf0f6716d7edce7 /usr.sbin/rpcbind
parentf0925fcaf9fbd89ecf68fe9b69dbb567fa60d1eb (diff)
downloadFreeBSD-src-90b66ded94e28409fde4c951fb14f791b84596dc.zip
FreeBSD-src-90b66ded94e28409fde4c951fb14f791b84596dc.tar.gz
Remove including of libc sources. All the required functions
are exported by libc with prototypes in our standard headers. I guess at one time this was necessary, but not any longer.
Diffstat (limited to 'usr.sbin/rpcbind')
-rw-r--r--usr.sbin/rpcbind/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/rpcbind/Makefile b/usr.sbin/rpcbind/Makefile
index a52a0be..6d87b63 100644
--- a/usr.sbin/rpcbind/Makefile
+++ b/usr.sbin/rpcbind/Makefile
@@ -1,19 +1,13 @@
# $NetBSD: Makefile,v 1.3 2000/06/20 13:56:43 fvdl Exp $
# $FreeBSD$
-LIBCDIR= ${.CURDIR}/../../lib/libc
-LIBCRPCDIR= ${LIBCDIR}/rpc
-LIBCINCLUDE= ${LIBCDIR}/include
-
-.PATH: ${LIBCRPCDIR}
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 \
- rpc_generic.c
+ rpcb_svc.c rpcb_svc_com.c security.c warmstart.c util.c
-CFLAGS+= -I${LIBCRPCDIR} -I${LIBCINCLUDE} -DPORTMAP -DLIBWRAP
+CFLAGS+= -DPORTMAP -DLIBWRAP
.if !defined(NO_INET6)
CFLAGS+= -DINET6
OpenPOWER on IntegriCloud