summaryrefslogtreecommitdiff
path: root/usr.bin/rpcinfo
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2006-07-27 13:47:02 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2006-07-27 13:47:02 +0000
commit46ae6656134cb0ff299fa4be1664c328ea05c1e7 (patch)
tree8573761ade02e43d8ca22beb98d5460468be7589 /usr.bin/rpcinfo
parent491bafe5c696c5d69dd48d51e45231b948433c23 (diff)
downloadsrc-test-46ae6656134cb0ff299fa4be1664c328ea05c1e7.tar.gz
src-test-46ae6656134cb0ff299fa4be1664c328ea05c1e7.zip
rpcinfo(1) doesn't depend on INET6 explicitly.
Notes
Notes: svn path=/head/; revision=160748
Diffstat (limited to 'usr.bin/rpcinfo')
-rw-r--r--usr.bin/rpcinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rpcinfo/Makefile b/usr.bin/rpcinfo/Makefile
index 609c245c6a295..c89b5b3cbe563 100644
--- a/usr.bin/rpcinfo/Makefile
+++ b/usr.bin/rpcinfo/Makefile
@@ -5,6 +5,6 @@ PROG= rpcinfo
SRCS= rpcinfo.c
MAN= rpcinfo.8
-CFLAGS+= -DPORTMAP -DINET6
+CFLAGS+= -DPORTMAP
.include <bsd.prog.mk>