Author: asomers Date: Thu Jul 19 00:22:18 2018 New Revision: 336466 URL: https://svnweb.freebsd.org/changeset/base/336466
Log: Fix the build of tools/regression/sockets/unix_cmsg MFC after: 2 weeks Modified: head/tools/regression/sockets/unix_cmsg/Makefile Modified: head/tools/regression/sockets/unix_cmsg/Makefile ============================================================================== --- head/tools/regression/sockets/unix_cmsg/Makefile Wed Jul 18 22:49:53 2018 (r336465) +++ head/tools/regression/sockets/unix_cmsg/Makefile Thu Jul 19 00:22:18 2018 (r336466) @@ -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 ; \ _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"