diff options
author | Alan Somers <asomers@FreeBSD.org> | 2018-07-19 00:22:18 +0000 |
---|---|---|
committer | Alan Somers <asomers@FreeBSD.org> | 2018-07-19 00:22:18 +0000 |
commit | e310a67bc4f283d3a14c92ff8b43a3888f9811b9 (patch) | |
tree | 72ce5e5b46672c530e7033ecb2b88547d3f76932 /tools/regression/sockets/unix_cmsg | |
parent | 8de9ac5eec3bd7a03fc363401ab64810a2b6e017 (diff) |
Fix the build of tools/regression/sockets/unix_cmsg
MFC after: 2 weeks
Notes
Notes:
svn path=/head/; revision=336466
Diffstat (limited to 'tools/regression/sockets/unix_cmsg')
-rw-r--r-- | tools/regression/sockets/unix_cmsg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 ; \ |