Make note that this port uses pledge/unveil in the Makefile comments. -- Chaz
diff --git a/net/hopm/Makefile b/net/hopm/Makefile index 7d34ba2320e..17cebe473df 100644 --- a/net/hopm/Makefile +++ b/net/hopm/Makefile @@ -12,6 +12,7 @@ MAINTAINER= Chaz Kettleson <c...@pyr3x.com> # GPLv2+ PERMIT_PACKAGE= Yes +# uses pledge() and unveil() WANTLIB= c crypto ssl CONFIGURE_STYLE= gnu