rpcinfo(1) doesn't depend on INET6 explicitly.

This commit is contained in:
Yaroslav Tykhiy 2006-07-27 13:47:02 +00:00
parent 491bafe5c6
commit 46ae665613
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160748

View File

@ -5,6 +5,6 @@ PROG= rpcinfo
SRCS= rpcinfo.c
MAN= rpcinfo.8
CFLAGS+= -DPORTMAP -DINET6
CFLAGS+= -DPORTMAP
.include <bsd.prog.mk>