From d1d8c70f6a3a221926ec7b7919254d1d5fec41cc Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Thu, 29 Nov 2018 00:08:29 +0000 Subject: [PATCH] soundcard.h is not installed on Minix. Skip a symlink to a non-existent file. --- sys/sys/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/sys/Makefile b/sys/sys/Makefile index c3d6fb551..481d13cbc 100644 --- a/sys/sys/Makefile +++ b/sys/sys/Makefile @@ -62,7 +62,9 @@ INCSYMLINKS=\ sys/md4.h /usr/include/md4.h \ sys/md5.h /usr/include/md5.h +.if !defined(__MINIX) INCSYMLINKS+= ../soundcard.h ${INCSDIR}/soundcard.h +.endif namei: namei.src gennameih.awk ${TOOL_AWK} -f gennameih.awk < namei.src