summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcinfo
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.bin/rpcinfo
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.bin/rpcinfo')
-rw-r--r--usr.bin/rpcinfo/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.bin/rpcinfo/Makefile b/usr.bin/rpcinfo/Makefile
index e7283a4..609c245 100644
--- a/usr.bin/rpcinfo/Makefile
+++ b/usr.bin/rpcinfo/Makefile
@@ -2,15 +2,9 @@
# $FreeBSD$
PROG= rpcinfo
-SRCS= rpcinfo.c rpc_generic.c
+SRCS= rpcinfo.c
MAN= rpcinfo.8
-LIBCDIR= ${.CURDIR}/../../lib/libc
-LIBCRPCDIR= ${LIBCDIR}/rpc
-LIBCINCLUDE= ${LIBCDIR}/include
-
-CFLAGS+= -I${LIBCRPCDIR} -I${LIBCINCLUDE} -DPORTMAP -DINET6
-
-.PATH: ${LIBCRPCDIR}
+CFLAGS+= -DPORTMAP -DINET6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud