mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
rpcinfo(1) doesn't depend on INET6 explicitly.
This commit is contained in:
parent
491bafe5c6
commit
46ae665613
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@ PROG= rpcinfo
|
|||
SRCS= rpcinfo.c
|
||||
MAN= rpcinfo.8
|
||||
|
||||
CFLAGS+= -DPORTMAP -DINET6
|
||||
CFLAGS+= -DPORTMAP
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue