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

This commit is contained in:
yar 2006-07-27 13:47:02 +00:00
parent 51c5aa346a
commit 596afebac0

View File

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