1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
share/mk/bsd.compat.mk has been removed from FreeBSD 10.0. An old style NOMAN is not supported anymore. https://bugs.gentoo.org/show_bug.cgi?id=483044 diff --git a/Makefile b/Makefile index d2d760b..446bd6f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PROG= pidof SRCS= pidof.c -NOMAN= yes +NO_MAN= yes LDADD= -lkvm LINKS= ${BINDIR}/pidof