From e310a67bc4f283d3a14c92ff8b43a3888f9811b9 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 19 Jul 2018 00:22:18 +0000 Subject: [PATCH] Fix the build of tools/regression/sockets/unix_cmsg MFC after: 2 weeks --- tools/regression/sockets/unix_cmsg/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/regression/sockets/unix_cmsg/Makefile b/tools/regression/sockets/unix_cmsg/Makefile index 8566d1471f7b..137b146f8553 100644 --- a/tools/regression/sockets/unix_cmsg/Makefile +++ b/tools/regression/sockets/unix_cmsg/Makefile @@ -8,6 +8,7 @@ SRCS= ${AUTOSRCS} unix_cmsg.c uc_common.h uc_common.c \ uc_check_time.h uc_check_time.c CLEANFILES+= ${AUTOSRCS} MAN= +CFLAGS+= -I${.CURDIR} -I${.OBJDIR} WARNS?= 3 REXP_bintime= 's|%%TTYPE%%|bintime|g ; s|%%DTYPE%%|bintime|g ; \