diff options
-rw-r--r-- | sysutils/bbsload/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/bbsload/Makefile b/sysutils/bbsload/Makefile index a25a7608daf..768134a9606 100644 --- a/sysutils/bbsload/Makefile +++ b/sysutils/bbsload/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2016/02/26 10:24:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.18 2016/03/01 20:09:29 joerg Exp $ # DISTNAME= bbsload-0.2.6 @@ -13,6 +13,8 @@ COMMENT= Small (in dimensions) tool to display the average load GNU_CONFIGURE= YES USE_LANGUAGES= c c++ +CPPFLAGS.NetBSD+= -D_KERNTYPES + INSTALLATION_DIRS= ${PKGMANDIR}/man1 MAKE_ENV.DragonFly+= LIBS.pkgsrc=-lkinfo |