diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2024-05-07 18:44:52 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2024-09-08 12:03:17 +0000 |
| commit | 1dfb2690ccee42c6af6320a2eb10875ae1c4bb0d (patch) | |
| tree | cf43ff6cabe2c472bfaa35d6d49a7c9b3e1f8d90 /lib/libcbor | |
| parent | 28ff3ab2ab064224cd1fc0885040c3c47ed5ef4d (diff) | |
Diffstat (limited to 'lib/libcbor')
| -rw-r--r-- | lib/libcbor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcbor/Makefile b/lib/libcbor/Makefile index 5ae2c34a5963..c9d86c0b95ad 100644 --- a/lib/libcbor/Makefile +++ b/lib/libcbor/Makefile @@ -30,6 +30,7 @@ SRCS+= cbor/internal/unicode.c CFLAGS+= -I${DIST}/src -I${.CURDIR} WARNS?= 2 +IGNORE_PRAGMA= MAN= .include <bsd.lib.mk> |
