From 9f390db9145cda4d31e5b9c6c98c8a2c02fd52e8 Mon Sep 17 00:00:00 2001 From: Mikhail Date: Wed, 8 Apr 2015 13:19:50 +0300 Subject: [PATCH] Fix build on FreeBSD --- bsd/dma-mbox-create/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/bsd/dma-mbox-create/Makefile b/bsd/dma-mbox-create/Makefile index 28af5c3..55970db 100644 --- a/bsd/dma-mbox-create/Makefile +++ b/bsd/dma-mbox-create/Makefile @@ -11,6 +11,7 @@ PROG= dma-mbox-create .PATH: ${.CURDIR}/../.. SRCS+= dma-mbox-create.c NOMAN= +MK_MAN= no PREFIX?= /usr/local LIBEXEC?= ${PREFIX}/libexec -- 2.39.5